mirror of
https://github.com/Chouchen/ShikiProxy.git
synced 2018-06-07 06:24:38 +02:00
Creation of the world
This commit is contained in:
15
.htaccess
Normal file
15
.htaccess
Normal file
@@ -0,0 +1,15 @@
|
||||
<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
|
Reference in New Issue
Block a user