anantshri/wp-security/master/htaccess/redirections_error.htaccess - Htaccess File

anantshri/wp-security/master/htaccess/redirections_error.htaccess

#Redirection for all error documents back to index page
# a hell lot of fun when a blind spider starts crawling
ErrorDocument 400 /index.php
ErrorDocument 404 /index.php
ErrorDocument 403 /index.php
ErrorDocument 500 /index.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache