htaccess在xampp上不起作用,但在托管服务器上不起作用

时间:2019-07-04 21:49:55

标签: php apache

我有一个.htaccess代码

www.site.com/article.php?param1=val&param2=val&param3=val 

它在xampp localhost上运行,但在PHP主机上不运行:

RewriteCond %{REQUEST_URI} !^/admin
RewriteCond %{REQUEST_URI} !^/images
RewriteCond %{REQUEST_URI} !^/icons
RewriteRule ^([0-9a-zA-Z-_]+)/([0-9a-zA-Z_-]+)/([0-9a-zA-Z_-]+) article.php?x=$1&y=$2&article_id=$3 [NC]

当我用它来主持它时:

this page is not working(500)

0 个答案:

没有答案