You can use .htaccess to make your own custom 404 error pages. How do you use it to make other pages like that? For example, a forbidden page?
Printable View
You can use .htaccess to make your own custom 404 error pages. How do you use it to make other pages like that? For example, a forbidden page?
You will have to write the rewrite-redirection rule in the .htaccess file.
You can't do something like that?Code:ErrorDocument 404 http://www.hogwarts-rpg.net/not_found.html