|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Aug 2003
Posts: 784
|
404 htaccess
I've got a number of subdomains that are getting a ton of traffic still.
Anyone have a snippet of code that could be added to the htaccess file so that when someone goes to the subdomain, the page shown will be a 404 page, but the address field in IE will show the address of the subdomain? Thanks |
|
|
|
|
|
#2 |
|
Marina WILL have my babies!
Industry Role:
Join Date: May 2003
Posts: 9,234
|
ErrorDocument 400 http://www.epicgals.com/epic404/?ID
ErrorDocument 401 http://www.epicgals.com/epic404/?ID ErrorDocument 403 http://www.epicgals.com/epic404/?ID ErrorDocument 404 http://www.epicgals.com/epic404/?ID ErrorDocument 500 http://www.epicgals.com/epic404/?ID What each error/line means: 400 - Bad request 401 - Authorization Required 403 - Forbidden 404 - Wrong page 500 - Internal Server Error dont know if that info does you any good, i dunno how to make the subdomain remain in addy bar. might want to check dynamicdrive.com see if you can find there. |
|
|
|