Initial commit as of 2018-10-16
This commit is contained in:
7
.htaccess
Normal file
7
.htaccess
Normal file
@@ -0,0 +1,7 @@
|
||||
RewriteEngine on
|
||||
RewriteCond $1 !^(index\.php|resources|robots\.txt)
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
|
||||
RewriteRule ^css/(.*\.css) /combine.php?type=css&files=$1
|
||||
RewriteRule ^javascript/(.*\.js) /combine.php?type=javascript&files=$1
|
Reference in New Issue
Block a user