Click to See Complete Forum and Search --> : Custom Pages


Joseph Witchard
04-16-2010, 08:20 PM
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?

thewebhostingdi
04-17-2010, 10:34 PM
You will have to write the rewrite-redirection rule in the .htaccess file.

Joseph Witchard
04-19-2010, 02:22 AM
ErrorDocument 404 http://www.hogwarts-rpg.net/not_found.html


You can't do something like that?