.htaccess在XAMMP和Web服务器

时间:2017-05-26 09:29:25

标签: apache .htaccess xampp

我有简单的.htaccess文件:

RewriteEngine On
RewriteRule ^admin(/.*)?$ admin.php [NC,L]
RewriteRule !\.(css|txt|js|json|png|jpg|xml|map|eot|svg|ttf|woff|woff2)$ index.php [NC,L]

它在Web服务器上运行良好,但在本地XAMMP上,所有内容都被重定向到index.php。

0 个答案:

没有答案