PDA

View Full Version : Content showing differently in www.website.com vs website.com


erdubya
01-11-2007, 01:22 AM
My code is behaving differently based on whether the www is included in the URL or not.

Is there a way to get the code to display the same way regardless of whether the 'www' is in the url or not.

My first inclination is to use some kind of header command in php but don't know if the search engines frown upon redirects...

See for yourself

http://www.projectvibe.net
and
http://projectvibe.net

Look at the left side of the header/now playing area.

GJay
01-11-2007, 08:07 AM
going to www.projectvibe.net redirects me to the second link...

erdubya
01-11-2007, 02:31 PM
going to www.projectvibe.net redirects me to the second link...

Yeah I went ahead and put the code to make the switch. I'm wondering if the search engines frown upon that re-direct method.