Initial commit
Couldnt keep the history unfortunately.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Options -MultiViews -Indexes +FollowSymLinks
|
||||
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
||||
RewriteRule ^(.*)$ index.php/$1 [NC,L]
|
||||
Reference in New Issue
Block a user