Hello Guys,
I have nice indexu dir My problem www.domain.com has PR3 and index.php has PR2. How can i redirrect or do something to get only one PR?
Thanx
Sam
Hello Guys,
I have nice indexu dir My problem www.domain.com has PR3 and index.php has PR2. How can i redirrect or do something to get only one PR?
Thanx
Sam
.htaccess is your friend
Add the following at the bottom of the page, change for your own domain. This will redirect domain.com to www.domain.com. If you want it the other way then just change the www. around.
RewriteCond %{HTTP_HOST} ^odpslice.com$
RewriteRule ^(.*)$ http://www.odpslice.com/$1 [R=301]