mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Some changes
This commit is contained in:
11
ht.access
Executable file
11
ht.access
Executable file
@@ -0,0 +1,11 @@
|
||||
# Mod rewrite
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
|
||||
# Route all requests to index.php unless real file or folder
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
|
||||
# Disallow directory listing
|
||||
Options -Indexes
|
||||
Reference in New Issue
Block a user