我已经成功成功安装了octobercms,但我进入了后端,并在AJAX站点示例中遇到了404错误。该URL正在使用mysite.de/index.php/sitename
或mysite.de/index.php/backend
,但是我不知道为什么,mod_rewrite已打开。
我试图在stackoverflow上和此论坛中进行搜索,并按照网站上的说明操作以获取vhost文件,apache conf文件和htaccess,但对我来说没有任何帮助。所以我希望这里有人可以帮助我。
我在这里有一个带有PHP7.2和Apache2的Vserver,我的vhost和我的apache conf:
ServerAdmin webmaster @ localhost
DocumentRoot / var / www / mysite
<Directory /var/www/mysite/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
apache.conf:
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
并且调试模式已打开,但是它们没有显示通知。
最诚挚的问候,
杀手