GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   SEO Question: Passing PR from domain.com to www.domain.com (https://gfy.com/showthread.php?t=325277)

A C 07-12-2004 11:16 PM

SEO Question: Passing PR from domain.com to www.domain.com
 
because some people link to http://domain.com and http://www.domain.com isnt it true that the pr is split up?

If so is there a way to channel it to one or the other :)

AC

Witzak 07-12-2004 11:23 PM

lol dont think so it will split up :-)

A C 07-12-2004 11:25 PM

Quote:

Originally posted by Witzak
lol dont think so it will split up :-)
Im sure there is a way to do it :) there is a way to do everything :)

AC

Easton 07-12-2004 11:25 PM

yes of course there will be different PRs for each one

there was a thread about this exact topic over on VideosBoard

A C 07-12-2004 11:29 PM

Quote:

Originally posted by Easton
yes of course there will be different PRs for each one

there was a thread about this exact topic over on VideosBoard

I know they will be, im asking the best way to pass one to the other? I mean I guess I could just do a redirect on index.html from http://domain.com to go righ to http://www.domain.com and on the page its self (the redirect have a hardlink to http://www.domain.com that way when the spiders hit it they will pass most the pr sent to http://domain.com to http://www.domain.com i just figured there would be a better way to do this via htaccess maybe?

AC

A C 07-12-2004 11:40 PM

All the seos must go to bed early :)

AC

JulianSosa 07-12-2004 11:47 PM

I am no SEO but there is not way to pass it from what I know. A subdomain is like a different domain.

johnbosh 07-12-2004 11:48 PM

IK dont think that could be done

marttali 07-12-2004 11:58 PM

301 moved permanently will do the trick.

Groove 07-12-2004 11:59 PM

I believe a 301 (permanent redirect) would pass all PR to the same URL. But I could be wrong.

marttali 07-13-2004 12:02 AM

It will but it takes time and a lot of it. So leave it up and make sure you get the links in the future the way you want.

Groove 07-13-2004 12:08 AM

Did a quick Google search and found this thread on the subject:

http://biz-whiz.com/PNphpBB2-viewtopic-t-63--.html

It supports the notion of doing a 301.

Trax 07-13-2004 01:06 AM

Quote:

Originally posted by JulianSosa
I am no SEO but there is not way to pass it from what I know. A subdomain is like a different domain.
you know shit what youre talking about
either put up a 301 htaccess redirect

or use this php code and a like:

PHP Code:

<?php 
header
('HTTP/1.1 301 Moved Permanently'); 
header('Location: '.$url); 

exit; 
?>

google strongly supports those 301s and credits you your PR

WiredGuy 07-13-2004 09:11 AM

Do a 301 redirect. It may take a while to occur but it will work.
WG

A C 07-13-2004 09:46 AM

great guys thanks :)

AC

devilspost 07-13-2004 10:38 AM

Quote:

Originally posted by Groove
Did a quick Google search and found this thread on the subject:

http://biz-whiz.com/PNphpBB2-viewtopic-t-63--.html

It supports the notion of doing a 301.

This website has a wizard animation that auto loaded on my ie browser. How did they do it? and what is it. I want to make one:)
Also I used the 301 redirect in my htaccess it works.

johnbosh 07-13-2004 10:41 AM

Quote:

Originally posted by WiredGuy
Do a 301 redirect. It may take a while to occur but it will work.
WG

nice

A C 07-13-2004 11:08 AM

Anyone have an example of the .htaccess file i would need to do this?

AC

brand0n 07-13-2004 11:24 AM

bump for the 301 fukas

A C 07-13-2004 12:33 PM

Quote:

Originally posted by A C
Anyone have an example of the .htaccess file i would need to do this?

AC

Redirect permanent / http://www.reflected.net
Redirect permanent /index.php http://www.reflected.net/

would that work

AC

A C 07-13-2004 12:47 PM

Quote:

Originally posted by A C
Redirect permanent / http://www.reflected.net
Redirect permanent /index.php http://www.reflected.net/

would that work

AC

lol well it half worked, but it made everything else on the site un accessabe ;\

AC

CyberTraffic 07-13-2004 02:01 PM

The search is down on GFY, so I could'nt find the post I made with a solution to this problem, but I did repost it here:

http://www.thisjobsux.com/index.php?act=ST&f=2&t=7&

A C 07-13-2004 02:19 PM

Quote:

Originally posted by CyberTraffic
The search is down on GFY, so I could'nt find the post I made with a solution to this problem, but I did repost it here:

http://www.thisjobsux.com/index.php?act=ST&f=2&t=7&

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.domain\.com
rewriterule (.*) http://www.domain.com/$1 [R=permanent,L]

in htaccess works perfect, thanks CyberTraffic.

AC


All times are GMT -7. The time now is 10:37 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123