kananlanginhooper/Caedo_Example/master/.htaccess - Htaccess File

kananlanginhooper/Caedo_Example/master/.htaccess

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>

<Files ~ ".(inc|sql)$">
   order allow,deny
   deny from all
</Files>

RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

ErrorDocument 404 /404.php

On Github License

Files

Download PDF of Htaccess file
GET, HTTP_HOST, POST, PUT

Comments

Apache