Hello All, I currently have a site that leads to a Wordpress blog. By default if i type in the browser redirects me to . This is fine however I would like it to be the oppisite. If I go to I would like the url to stay the same not redirect. Any clue how to do this? Thanks, Nick
Have you got anything set-up in .htaccess to do redirection currently? Suspect this might be a server side setting as very often sub-domains are set to redirect. If you use Cpanel on the account then you might be able to turn this off under sub-domains there. But if it's server side and not something you've set then .htaccess probably won't be able to override it. What happens if you drop the www. bit and just go with blog.mysite.com ? Trev