[solved] Pretty urls returns to homepage

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Saulo Padilha
Forum Members
Forum Members
Posts: 17
Joined: Wed Jan 30, 2008 12:59 pm
Location: Juiz de Fora - MG, Brazil

[solved] Pretty urls returns to homepage

Post by Saulo Padilha »

Hi all ! First i have to apologise for my poor english ...

I"ve used CMSMS in a lots of project, but on this one I have a poroblem with Pretty URLs. The website is working all fine, but when a use "assume_mod_rewrite" and the htaccess on doc folder, all nice URLs return to homepage.

you can check that on www.clseducation.com

when you click on any link in Menu, you get the homepage again. Even if you use a wrong link (like www.clseducation.com/blablabla ) its return to home page.

Does anybody know how to fix that ???
Last edited by Saulo Padilha on Mon Oct 06, 2008 9:54 am, edited 1 time in total.
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm
Location: North West England

Re: Pretty urls returns to homepage

Post by Russ »

Does you web server support mod_rewrite? And have you set up the Rewrite Conditions correctly in your htaccess file? Maybe you could list you htaccess file and also config.php files. HIDE Password and LOGIN Names :-)
Saulo Padilha
Forum Members
Forum Members
Posts: 17
Joined: Wed Jan 30, 2008 12:59 pm
Location: Juiz de Fora - MG, Brazil

Re: Pretty urls returns to homepage

Post by Saulo Padilha »

Thanks Russ, but I solved that.

The problem was that I changed the "$config['query_var']" value to 'pagina' . I just change it back to 'page' and its works.


$config['query_var'] = 'page';


thanks anyway.
Locked

Return to “[locked] Installation, Setup and Upgrade”