mirror of
https://github.com/Chouchen/ShikiProxy.git
synced 2018-06-07 06:24:38 +02:00
15 lines
322 B
ApacheConf
15 lines
322 B
ApacheConf
|
<Files .htaccess>
|
||
|
order allow,deny
|
||
|
deny from all
|
||
|
</Files>
|
||
|
|
||
|
Options -Indexes
|
||
|
Options +FollowSymLinks
|
||
|
|
||
|
RewriteEngine On
|
||
|
RewriteBase /
|
||
|
RewriteRule download index.php?action=download [QSA,L]
|
||
|
RewriteRule ^$ index.php?action=form [QSA,L]
|
||
|
RewriteRule ^(.*+)$ index.php?action=shortcut&sc=$1 [QSA,L]
|
||
|
|
||
|
DirectoryIndex filename.html
|