ShikiProxy/.htaccess

15 lines
322 B
ApacheConf
Raw Permalink Normal View History

2012-10-15 22:24:12 +02:00
<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