Htaccess文件仅在项目中

时间:2016-04-12 11:50:01

标签: php .htaccess

我使用相同的代码,但它仅适用于第一个项目。

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?pg=$1 [QSA,L]

0 个答案:

没有答案