500 Internal Server Error 求助啊

浏览:867 发布日期:2017/12/31 分类:求助交流
WAPM


Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

/**************************************************************/

.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>


/**************************************************************/

mod_rewrite.so 已打开
AllowOverride All
最佳答案
评论( 相关
后面还有条评论,点击查看>>