我正在尝试设置Prestashop开发环境。一切正常,直到我激活了友好的URL。激活此配置后,所有页面重定向都会显示404 apache错误。
我认为问题应该出在.conf文件上,但我不确定。我将在这里共享conf文件:
ServerAdmin admin@yourserver.com
DocumentRoot "/var/www/html/chopinmol"
ServerName chopinmol.com
Options All Indexes FollowSymLinks
<Directory /var/www/html/chopinmol >
DirectoryIndex index.php
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>