8 lines
159 B
ApacheConf
Executable File
8 lines
159 B
ApacheConf
Executable File
DirectoryIndex index.php index.html
|
|
|
|
RedirectMatch 403 \.config$
|
|
|
|
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteRule reset/?$ reset.html [QSA,L]
|
|
</IfModule> |