Problemi con i friendly url di Prestashop? Se il webserver è Apache2 fare come segue...
Abilitare il modulo mod_rewrite:
a2enmod rewrite
Modificare il file 000-default.conf:
nano /etc/apache2/sites-enabled/000-default.conf
Nel blocco alla riga 1 inserire:
Riavviare Apache:
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
Riavviare Apache:
service apache2 restart
Nessun commento:
Posta un commento