AndovaBegarin/WordBash/master/.htaccess - Htaccess File

AndovaBegarin/WordBash/master/.htaccess

#
#ErrorDocument 500 /wordbash/500.cgi
#

Options -Indexes FollowSymLinks ExecCGI

RewriteEngine on

RewriteRule ^index.html$ wordbash.cgi [L]

<FilesMatch ".sh$">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

AddHandler cgi-script .cgi

On Github License

Files

Download PDF of Htaccess file

Comments

Apache