8 lines
160 B
ApacheConf
8 lines
160 B
ApacheConf
|
RewriteEngine On
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule ^ index.php [QSA,L]
|
||
|
|
||
|
# Disable index view
|
||
|
Options -Indexes
|