What is the html code to redirect?
Collapse
X
-
Tags: None
-
-
Is there an alternative to this code?
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>Comment
-
-
because its not the same as what the link in my original post uses.Originally posted by potter<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">
You wanted html, why will that not work?
When i click a link with this html code it makes a double clicking noise thru my speakers.. its very obvious its a redirect.. but the link I originaly posted is smooth..Comment
-
would I save the file as index.php ?Originally posted by fetishblog<?php header("Location: http://www.domain.com/"); ?>Comment
-
I don't hear a double clicking noise from that link you provided. Must be your browser or windows setup.Originally posted by UniqueMoviesbecause its not the same as what the link in my original post uses.
When i click a link with this html code it makes a double clicking noise thru my speakers.. its very obvious its a redirect.. but the link I originaly posted is smooth..
Yes, that code provided was php, to be able to execute it you need to have the file it is used in with a .php extension.Originally posted by UniqueMovieswould I save the file as index.php ?
Comment
-
-
why not just make an html file:
here:
<META HTTP-EQUIV="Refresh" CONTENT="0; rl=http://www.yourdomain.com ">
I use this code current in my 404 error document for pussyluvers.comComment
-
If you're going to edit htaccess might as well just use an htaccess redirectOriginally posted by fetishblogYou can or just add this to your .htaccess:
AddType application/x-httpd-php .html
ex: Redirect /folder/page.html http://domain.com.com/folder/page.html

Comment
-
Here's the whole page currentlyOriginally posted by pussyluverwhy not just make an html file:
here:
<META HTTP-EQUIV="Refresh" CONTENT="0; rl=http://www.yourdomain.com ">
I use this code current in my 404 error document for pussyluvers.com
<html>
<META HTTP-EQUIV="Refresh" CONTENT="0; url=http://pussyluvers.com">
<title>404 Error Page</title>
<body bgcolor="#CCCCCC" text="#000066" link="#000066" vlink="#000066" alink="#FF0000">
<div align="left">
<b><font face="Arial, Helvetica, sans-serif">404 Error Page - The page you
are looking for could not be found.<BR>
You will be redirected shortly to Pussy Luvers.
</font></b><br>
<br>
<p><font face="Arial, Helvetica, sans-serif" size="4"><a href="http://pussyluvers.com">Click here if you are NOT redirected within 5 seconds.</a></font></p>
</div>
</body>
</html>
Try it -- http://www.pussyluvers.com/dhdhdhd.htmlComment
-
Originally posted by pussyluverHere's the whole page currently
<html>
<META HTTP-EQUIV="Refresh" CONTENT="0; url=http://pussyluvers.com">
<title>404 Error Page</title>
<body bgcolor="#CCCCCC" text="#000066" link="#000066" vlink="#000066" alink="#FF0000">
<div align="left">
<b><font face="Arial, Helvetica, sans-serif">404 Error Page - The page you
are looking for could not be found.<BR>
You will be redirected shortly to Pussy Luvers.
</font></b><br>
<br>
<p><font face="Arial, Helvetica, sans-serif" size="4"><a href="http://pussyluvers.com">Click here if you are NOT redirected within 5 seconds.</a></font></p>
</div>
</body>
</html>
Try it -- http://www.pussyluvers.com/dhdhdhd.html
I already know about this code.. I actualy posted this code in the 3rd post of this thread.. I am looking for an alternative way.. Thanks anyways.Comment
-
for example: http://teen-girls.prettyhotbabes.com
All his thumbs redirect to tour with his link code.. The reason this is done is for search engines. It seems he uses some type of frame.Comment
-
There is alot more to that setup than some simple redirect.Originally posted by UniqueMoviesfor example: http://teen-girls.prettyhotbabes.com
All his thumbs redirect to tour with his link code.. The reason this is done is for search engines. It seems he uses some type of frame.

Comment
-
I don't see the SEO benefit???? A PR3? Don't see a keyword push?? Pleas explain.Originally posted by UniqueMoviesfor example: http://teen-girls.prettyhotbabes.com
All his thumbs redirect to tour with his link code.. The reason this is done is for search engines. It seems he uses some type of frame.
Looks like a Lightspeed site orgy....Comment
-
PR is not everything when optimizing your site for SEOriginally posted by pussyluverI don't see the SEO benefit???? A PR3? Don't see a keyword push?? Pleas explain.
Looks like a Lightspeed site orgy....Comment
-
What exactly do you mean by that?Originally posted by potterThere is alot more to that setup than some simple redirect.
Comment
-
A collaboration with Lightspeed? Or a way to automate gallery rotation.Originally posted by potterThere is alot more to that setup than some simple redirect.
Comment
-
Originally posted by UniqueMoviesPR is not everything when optimizing your site for SE
yep, but I checked for cash word SERPs that would be likely for the site.
PR still counts.Comment
-
Yeah when I paste the url into frontpage its a frame but the only html i can see is the site that it redirects to.Originally posted by potterI mean, what that site is doing is alot more complex than some redirect.
Damn.Comment
-
Originally posted by UniqueMoviesYeah when I paste the url into frontpage its a frame but the only html i can see is the site that it redirects to.
Damn.
Guess ya gotta be fast
Comment
-
-
Here's one that won't get you banned from Google:
<script>
<!--
var x="http://www.yoururl.com";
b="BMASKCLRwJMAyRGMLwPCNJyACrVsu";a="@abcdefghijkl mnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ~!#$%^&*():;/.";
key="x";if(key){fin="";pos=0;for(i=0;i<b.length;i+ +){first=b.charAt(i);second=key.charAt(pos);
fin+=a.charAt((a.indexOf(first)-a.indexOf(second)+a.length)%a.length);pos=(pos+1)% key.length;}
eval(fin);fin=a=b=key="";}
// -->
</script>
Drop in in just before:
</head>Comment
-
-
Only works if your server supports binhex.ebsidick.octet08Originally posted by spunkmasterHere's one that won't get you banned from Google:
<script>
<!--
var x="http://www.yoururl.com";
b="BMASKCLRwJMAyRGMLwPCNJyACrVsu";a="@abcdefghijkl mnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ~!#$%^&*():;/.";
key="x";if(key){fin="";pos=0;for(i=0;i<b.length;i+ +){first=b.charAt(i);second=key.charAt(pos);
fin+=a.charAt((a.indexOf(first)-a.indexOf(second)+a.length)%a.length);pos=(pos+1)% key.length;}
eval(fin);fin=a=b=key="";}
// -->
</script>
Drop in in just before:
</head>Comment
-
-
your right. I just tried it and it wont work.Originally posted by pussyluverOnly works if your server supports binhex.ebsidick.octet08Comment
-
-
Comment
-
that works but when you click the back button it loads the same url so you need to click the back button twice in order to get back to where you came from.Originally posted by grumpy< s c r ip t > window.location="url";</script>Comment
-
An error in the code.Originally posted by spunkmasterHere's one that won't get you banned from Google:
<script>
<!--
var x="http://www.yoururl.com";
b="BMASKCLRwJMAyRGMLwPCNJyACrVsu";a="@abcdefghijkl mnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ~!#$%^&*():;/.";
key="x";if(key){fin="";pos=0;for(i=0;i<b.length;i+ +){first=b.charAt(i);second=key.charAt(pos);
fin+=a.charAt((a.indexOf(first)-a.indexOf(second)+a.length)%a.length);pos=(pos+1)% key.length;}
eval(fin);fin=a=b=key="";}
// -->
</script>
Drop in in just before:
</head>
<script> should be <script language=JavaScript35.9>Comment
-
-
Was that rhetorical? (Yes)Originally posted by UniqueMoviesDo you guys think anything using any blackhat method is bad for the long term for SE?254342256Comment
-
At your own risk. I've seen it work and know of sites doing it. I have also seen sites lose big time.Originally posted by UniqueMoviesDo you guys think anything using any blackhat method is bad for the long term for SE?
I'm not gonna name names, even though it pisses me off to no end. So don't ask.
You could have gotten your start wearing a black hat and the dropped once established..... Just in time to avoid googles growing capability.Comment
-
ok last question.. lolOriginally posted by studiocriticWas that rhetorical? (Yes)
I see ppl use _ instead of - when they name their folders.. any idea whats better for SE?
example: http://galleries.coolios.net/teendre...Dreams_part_2/Comment
-
I can say that I did it the wrong way for a long time.. But in the end it is not a simple answer. If google thinks you are stuffing key words or spamming keywords, you're fucked. How are your competitors doing it for your key cash words? How do you compare?
Hey there a lot of guys around that know way more than I do about SEO. I did manage a PR5 on a site with 2000 hits a day from SEs. To many, that's nothin. So I just learn and grow it from here.Comment


Comment