Page 1 of 1

New Module pretty url uknown issue

Posted: Tue Feb 05, 2019 7:22 pm
by magallo
Hi guys i'm working on the News module and the summary view is showing all the links correctly but when clicking on the link the url ads additional values:

https://xxx.com/news/10/90/Test/[b]?pag ... 0/90/Test/[/b]

instead of:

https://xxx.com/news/10/90/Test/

Does anyone have a solution for this?
thanks

Re: New Module pretty url uknown issue

Posted: Thu Feb 07, 2019 6:22 pm
by Dr.CSS
Check your config.php file as it may have the $config['query_var'] = 'page'; set, also it looks like you have no page extension set (.html)...

Re: New Module pretty url uknown issue

Posted: Thu Feb 07, 2019 7:19 pm
by calguy1000
This is most likely an .htaccess issue

Re: New Module pretty url uknown issue

Posted: Sun Feb 10, 2019 6:12 pm
by magallo
Thanks for the reply, I anded up giving up and upgraded the whole site and the modules. It's now working normally.