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 @@ |
|||||||
RewriteEngine On |
RewriteEngine On |
||||||
RewriteCond %{REQUEST_FILENAME} !-f |
RewriteCond %{REQUEST_FILENAME} -s [OR] |
||||||
RewriteCond %{REQUEST_FILENAME} !-d |
RewriteCond %{REQUEST_FILENAME} -l [OR] |
||||||
RewriteRule ^(.*)$ index.php/$1 [L] |
RewriteCond %{REQUEST_FILENAME} -d |
||||||
|
RewriteRule ^.*$ - [NC,L] |
||||||
|
RewriteRule ^.*$ index.php [NC,L] |
Loading…
Reference in new issue