Printer Friendly Version
Email this thread to a friend
|
page rank 3 and page rank 5 for sale (In: I Want to Sell My Website)
have a little problem (In: Coding & Databases - PHP, ASP, Perl, etc.)
Redirection of a page (In: Coding & Databases - PHP, ASP, Perl, etc.)
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
pweden
Joined: Oct 27, 2007
# Posts: 3
|
Posted: 2007-Oct-27 18:27
Hello,
Google is indexing my home page twice - FyiColorado.com/ and FyiColorado.com/directory/
My page rank recently dropped and it may have something to do with Google seeing this as duplicate content. FyiColorado.com/ has a better page rank. Is it possible to set up a permanent redirect from FyiColorado.com/directory/ to FyiColorado.com/ ?
Thanks for any help.
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2007-Oct-27 19:14
Yes. You need a 301 redirect to the root page.
It is a very bad idea for the root of a domain to redirect somewhere else.
The redirect should redirect TO the root of the domain.
|
 |
pweden
Joined: Oct 27, 2007
# Posts: 3
|
Posted: 2007-Oct-27 19:50
Well, I've tried that but it isn't working. I'm wondering if it's creating a loop because they go to the same place. I've tried this:
Redirect 301 /directory [link]
|
 |
pweden
Joined: Oct 27, 2007
# Posts: 3
|
Posted: 2007-Oct-27 19:53
Oops, sorry.
"Redirect 301 /directory http://www.fyicolorado.com/"
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2007-Oct-27 20:57
How about:
RewriteRule ^directory/(.*) http://www.domain.com/$1 [R=301]
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|