初始化提交
This commit is contained in:
10
rewrite/.htaccess
Normal file
10
rewrite/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
Options +FollowSymlinks
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
|
||||
RewriteRule ^(.*)$ index.php?p=$1 [QSA,PT,L]
|
||||
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user