Browse Source

updated htaccess file

master
Rogier Neeleman 8 years ago
parent
commit
85e0c99326
  1. 8
      .htaccess

8
.htaccess

@ -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…
Cancel
Save