Hi all I have jsut started a blog at http://www.jbosolutions.co.uk/blog unfortuantely it would appear that google has indexed it as a subdomain of my other site jbosolutions.ollysguitar.com/blog/ How can I get it to look correct as ollysguitar.com is a seperate site. Thanks a lot
What do you have in .htaccess in the root of ollysguitar.com ? or in /jbosolutions There need to be a 301 redirect
of course , you can do that. you must create a 301 redirect from jbosolutions.ollysguitar.com/blog/ to your current blog url
I am unsure quite how to do this. I have a htaccess file in both the root of JBO Solutions and the root of ollysguitar. Which one would I need to edit and what would I need to put in it? Thanks a lot for your help
One other thing I noticed as well which I'm wondering about a 301 - I notice that I have 2 main pages http://www.jbosolutions.co.uk and http://www.jbosolutions.co.uk/index.php the latter has PR2 but the main site has PR3 Is there some way to 301 the index to the default? And is there a need to worry about this? Thanks a lot
Add this in the top of the .htaccess file Options +FollowSymLinks RewriteEngine on RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.example.com/ [R=301,L]