add all files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
||||
<IfModule mod_php5.c>
|
||||
RewriteRule ^(.*)$ index.php/$1 [L]
|
||||
</IfModule>
|
||||
|
||||
<IfModule !mod_php5.c>
|
||||
RewriteRule ^(.*)$ index.php?/$1 [L]
|
||||
</IfModule>
|
||||
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user