Forum Moderators: open

Message Too Old, No Replies

Is there a definate difference between grey and white

Just spotted something a bit alarming.

         

mack

11:44 pm on May 17, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Hi there

On my site I have recently been moving a lot of files and directories about.

A directory used to be site.com/content and is now...
site.com/folder/content

I used htaccess with the following....

RedirectMatch permanent ^/content(.*) [site.com...]

I also removed the old folder. Today I went to the new location and saw a grey bar. most other pages now have either white bar or estimated PR.

Should I be worried? or am I just paranoid.

Mack.

SEO practioner

12:15 am on May 18, 2003 (gmt 0)

10+ Year Member



Mack,

I would relax 'til the dance is finished

:-)

jdMorgan

4:31 am on May 18, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



mack,

That redirect needs some work, too...

Try this:


RedirectMatch permanent ^/content/(.*)$ http://www.site.com/folder/content/$1

Otherwise, you are redirecting all pages which used to be in /content to the index page of /folder/content.

HTH,
Jim

mack

4:44 am on May 18, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Thanks for that jim.

The folder has totaly changed not just in name but in content. The internals of the folder have also been chopped and changed a lot. A lot of changes have been made and some page locations simply do not exist in the new folder.

Thanks and well spotted :)