mirror of https://github.com/helloxz/imgurl.git
xiaoz
6 years ago
4 changed files with 22 additions and 7 deletions
@ -1,4 +1,6 @@
@@ -1,4 +1,6 @@
|
||||
RewriteEngine On |
||||
RewriteCond %{REQUEST_FILENAME} !-f |
||||
RewriteCond %{REQUEST_FILENAME} !-d |
||||
RewriteRule ^(.*)$ index.php/$1 [L] |
||||
RewriteCond %{REQUEST_FILENAME} -s [OR] |
||||
RewriteCond %{REQUEST_FILENAME} -l [OR] |
||||
RewriteCond %{REQUEST_FILENAME} -d |
||||
RewriteRule ^.*$ - [NC,L] |
||||
RewriteRule ^.*$ index.php [NC,L] |
Loading…
Reference in new issue