NiftyHost Forums (Archive)
[SOLVED] [SOLV'D] 404 page - Printable Version

+- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support)
+-- Forum: NiftyHost (https://niftyhost.chary.us/support/forum-3.html)
+--- Forum: Customer Support (https://niftyhost.chary.us/support/forum-6.html)
+--- Thread: [SOLVED] [SOLV'D] 404 page (/thread-226.html)



[SOLVED] [SOLV'D] 404 page - YTGraphics - 05-15-2010

how do i make my own 404 page on here?


[SOLV'D] 404 page - Zach - 05-15-2010

Create a file named .htaccess and put this line in it:

ErrorDocument 404 404page.php

Then create 404page.php and put your 404 page code in it.