我已经在我的linux mint 18.1" Serena"上安装了apache 2.4.18。 ciannon。当我登录系统时,它会将页面留空并且不会加载内容。
我已经在apache2.conf和sites-available / 000-default.conf中更改了AllowOverride
<Directory /var/www/html>
Options -Indexes +FollowSymLinks +MultiViews
AddType application/x-httpd-php .php
AllowOverride None
Require all granted
</Directory>
系统在我的虚拟主机(Hostagor)
我不知道该怎么做......
这可能是友好网址中的问题吗?
有人可以帮助我吗?
我的htaccess:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|uploads|assets|robots\.txt)
RewriteRule ^(.*)$ /system/index.php/$1 [L]
DirectoryIndex index.php
Ps.Sorry我的英语:)