6 lines
138 B
ApacheConf
6 lines
138 B
ApacheConf
|
RewriteEngine on
|
||
|
|
||
|
RedirectMatch 403 /\..*$
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
RewriteRule . index.php
|