scotsninja/Tethys-CMS/master/htdocs/src/.htaccess - Htaccess File

scotsninja/Tethys-CMS/master/htdocs/src/.htaccess

Options -Indexes
DirectoryIndex index.html index.php /index.php

Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule (.*)$ http://20xxproductions.com/403.php [NC,L]

ErrorDocument 403 http://20xxproductions.com/403.php
ErrorDocument 404 http://20xxproductions.com/404.php
ErrorDocument 500 http://20xxproductions.com/500.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache