You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |