"How To"

Status
Not open for further replies.

soulvagabond

New member
Mar 28, 2007
197
0
0
Damn, I need it badly!

An example: site pe-cure.com
If you add any subdomain, it brings you to 404 page which is customized as a landing page.
I tried to do it, but it only works for subfolders and non existing pages.
Any clue how to apply it for subdomains?
 


Google htaccess 404 error page - or put some code like this into a file named .htaccess
Code:
ErrorDocument 404 http://www.example.com/404page.html
and upload it to your root directory - or upload it to any directory you want - you can have an error page for each directory/subdomain
 
Status
Not open for further replies.