cistech Posted October 31, 2014 Share Posted October 31, 2014 Hi there, I have enabled mod_rewrite. I'm checking as enabled in phpinfo(). But when I enable firendly URL, only the home page is loaded and the rest as 404 error. What I'm doing wrong? What can i check? Ubuntu12.04, apache2, php5.3, mod_rewrite enabled, prestashop 1.6.0.9 Thanks in advance! JP Link to comment Share on other sites More sharing options...
PhilCorleone Posted October 31, 2014 Share Posted October 31, 2014 check the URL rewrite rules, you're missing them. Look up in the internet for prestashop url rewrite rules for .htaccess. Link to comment Share on other sites More sharing options...
cistech Posted October 31, 2014 Author Share Posted October 31, 2014 Hi PhilCorleone, thanks for answer. I had to change the default apache sites config. /etc/apache2/sites-available/default from: <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride none Order allow,deny allow from all </Directory> to: <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> Now is working. thank you. JP Link to comment Share on other sites More sharing options...
Alexgaw Posted December 17, 2014 Share Posted December 17, 2014 HI I notice that the friendly URL create 302 redirects and also remove the Google analytics gclid parameters. Can anyone suggest how to resolve this problem through file mods or htaccess rerewrite rules? Please help. This is urgent! Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts