Jump to content

Friendly URLs not working for me & mod_rewrite enabled


cistech

Recommended Posts

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

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

  • 1 month later...

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

×
×
  • Create New...