了解.htaccess重写规则

时间:2018-03-03 21:19:58

标签: .htaccess

我偶然发现了这个.htaccess文件,并试图找出它的作用。

RewriteEngine On
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !index\.php$
RewriteCond %{REQUEST_URI} !upload\.php$
RewriteRule ^ - [L,H=default-handler]

0 个答案:

没有答案