updated defaults from examples
This commit is contained in:
4
defaults/public/.htaccess
Normal file
4
defaults/public/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?_uri=$1 [QSA,L]
|
||||
Reference in New Issue
Block a user