rage28/hackslash/master/.htaccess - Htaccess File

rage28/hackslash/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|html|ico|gif|jpg|png|css)$ /index.php
</IfModule>

Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from ::1

AddType application/x-httpd-php .html .txt
AddHandler cgi-script .bat .exe .pl .cgi
Options +ExecCGI +FollowSymLinks

ErrorDocument 404 /404.html

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache