Dev set up
This commit is contained in:
5
php/.htaccess
Normal file
5
php/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
RewriteEngine on
|
||||
RewriteCond $1 !^(index\.php|resources|robots\.txt)
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
|
Reference in New Issue
Block a user