![]() |
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. |
ask the admin to remove the apache entry for it.
ZoiNk |
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/
|
go to ur domain registrar and change the nameserver to mydomains.com and forward all domain hits to another url form there?
|
RewriteEngine on
RewriteRule \.*$ http://www.ezfreeporn.net/ [R,L] |
costed cought unedgeicated
|
Quote:
|
RewriteEngine on
RewriteRule \.*$ http://www.ezfreeporn.net/ [R,L] Feel free to use my domain too! :Graucho jDoG |
ure a newbee
|
Quote:
jDoG |
.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. |
Quote:
thank you guys, all taken care of. |
Quote:
|
Quote:
jDoG |
| All times are GMT -7. The time now is 04:48 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123