Recommend this page to a friend! |
Classes of Chouchen | > | Shiki PHP Proxy Request to Another Server | > | .htaccess | > | Download |
|
|
![]() |
<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 |