commitall
This commit is contained in:
5
hostel/.htaccess
Normal file
5
hostel/.htaccess
Normal file
@ -0,0 +1,5 @@
|
||||
RewriteEngine On
|
||||
RewriteCond $1 !^(index\.php|assets|images|js|css|uploads|favicon.png)
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ ./index.php/$1 [L]
|
Reference in New Issue
Block a user