|
|
|
||||
|
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 |
|
ICQ: 175171926
Join Date: Oct 2002
Location: New York, NY
Posts: 11,046
|
how do i kill a domain, without actually killing it?
is there a way in htaccess to do this?
i dont want to delete anything from the server because it costed too much to have installed, but i dont want to waste any bandwidth or traffic on a site that is not active. what do i put in my htaccess to make it send ALL hits to a different URL? thanks.
__________________
HEY!! Unbeatable hosting! Customer service is top notch! --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!! |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Feb 2002
Location: Canada
Posts: 2,370
|
ask the admin to remove the apache entry for it.
ZoiNk
__________________
"People can have the Model T in any color - so long as it's black." - Henry Ford |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Sep 2003
Posts: 672
|
if it's a domain.. you should just be able to edit it in httpd.conf... setup the home directory to be /404/ and ErrorDocument 404 http://where to redirectto.com/
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Jun 2003
Location: Gooch city
Posts: 9,527
|
go to ur domain registrar and change the nameserver to mydomains.com and forward all domain hits to another url form there?
__________________
Someone finds you... 2007 PS: Nationalnet is the best host I've ever had. And i tried alot of them. |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
RewriteEngine on
RewriteRule \.*$ http://www.ezfreeporn.net/ [R,L]
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|
|
#6 |
|
vip member
Join Date: Jan 2003
Posts: 17,798
|
costed cought unedgeicated
|
|
|
|
|
|
#7 | |
|
ICQ: 175171926
Join Date: Oct 2002
Location: New York, NY
Posts: 11,046
|
Quote:
__________________
HEY!! Unbeatable hosting! Customer service is top notch! --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!! |
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
RewriteEngine on
RewriteRule \.*$ http://www.ezfreeporn.net/ [R,L] Feel free to use my domain too! jDoG
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|
|
#9 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Jan 2001
Posts: 51,692
|
ure a newbee
|
|
|
|
|
|
#10 | |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
Quote:
jDoG
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|
|
|
#11 |
|
Confirmed User
Join Date: Oct 2003
Posts: 1,653
|
.htaccess method assuming the webhost account is still active.
Place it in the public document root directory (where your main index file is). Redirect 302 / http://www.whereyoutwanttraffictogo.com/? The trailing questionmark is important...that ensures persons coming in on interior pages are also redirected to the homepage of where you're redirecting to. Another nice thing about .htaccess is that you don't need to delete anything... Add .htaccess to Redirect Traffic - Delete .htaccess to Restore Normal Operation. Easy as that! If you simply want to totally kill the domain without actually killing it, then simply remove the name servers (for .com and .net gTLDs name servers are not required) and/or change the associated IP address for the domain - for a website only configuration that most adult sites use, this is often a bad approach...but mention it anyways. .htaccess is the way to go and works like a charm. Ron p.s. if you want referrers to show up in your sponsor stats, redirect to a "landing page" (FPA for example) first. |
|
|
|
|
|
#12 | |
|
ICQ: 175171926
Join Date: Oct 2002
Location: New York, NY
Posts: 11,046
|
Quote:
thank you guys, all taken care of.
__________________
HEY!! Unbeatable hosting! Customer service is top notch! --> ISPrime <-- Do a search on any board, their reputation is rock solid .. for years!! |
|
|
|
|
|
|
#13 | |
|
Confirmed User
Join Date: Aug 2002
Location: The Netherlands, Rotterdam
Posts: 8,965
|
Quote:
![]() |
|
|
|
|
|
|
#14 | |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
Quote:
jDoG
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|