Moved .htaccess & added rules.

- deny all requests for server side only files
- allow only the index.php in src/
This commit is contained in:
2019-03-29 00:08:22 +01:00
parent 19ad5c54ee
commit fb3249fa74
2 changed files with 36 additions and 4 deletions

View File

@ -1,4 +0,0 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ./index.php [L,QSA]