Rogier Neeleman
9 years ago
1 changed files with 6 additions and 2 deletions
@ -1,3 +1,7 @@
@@ -1,3 +1,7 @@
|
||||
DirectoryIndex index.php |
||||
|
||||
RewriteEngine on |
||||
RewriteCond $1 !^(index\.php|images|robots\.txt|assets|css|js) |
||||
RewriteRule ^(.*)$ ./index.php/$1 [L] |
||||
RewriteCond $1 !^(index\.php|images|robots\.txt|css|js) |
||||
RewriteCond %{REQUEST_FILENAME} !-f |
||||
RewriteCond %{REQUEST_FILENAME} !-d |
||||
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA] |
Loading…
Reference in new issue