Page 1 of 1

[solved] Pretty urls returns to homepage

Posted: Sat Oct 04, 2008 8:31 pm
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 ???

Re: Pretty urls returns to homepage

Posted: Mon Oct 06, 2008 7:32 am
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 :-)

Re: Pretty urls returns to homepage

Posted: Mon Oct 06, 2008 9:54 am
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.