mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-14 10:09:19 +00:00
Moved .htaccess & added rules.
- deny all requests for server side only files - allow only the index.php in src/
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ ./index.php [L,QSA]
|
Reference in New Issue
Block a user