can't get to http://myblog.com without the www.
can't get to http://myblog.com without the www.
Works just fine for me :)
Edit:
Also, wpmu rewrites http://www.whatever.com to http://whatever.com
The following is from the htaccess:
# Rewrite http://www.domain.com to domain.com
RewriteCond %{HTTP_HOST} ^www\.(.*)
RewriteRule ^(.*) http://%1/$1 [R,L]
sorry i was using that as an example
i understand the .htaccess rerites
# Rewrite http://www.domain.com to domain.com
RewriteCond %{HTTP_HOST} ^www\.(.*)
RewriteRule ^(.*) http://%1/$1 [R,L]
but fore some odd reason mine is not ,it worked before i installed wpmu
any clues ?
where's the support??????
Well considering we're all users like yourself and the creator of the software is on his honeymoon....
And you are using Open Source software that you obtained for free....
Sounds more like an issue with your host. You've already been told that the code you have is correct. (I confirm that as well by the way)
RewriteCond %{HTTP_HOST} ^www.(.*)
RewriteRule ^(.*) http://%1/$1 [R,L]
see .. mine is doing just the oppotsite.
I have links all to http://blog.pscgaming.com/BLOGHERE and it redirects it to http://www.blog.pscgaming.com/BLOGHERE and breaks it
ALSO all of my links on my main blog are hosed. Any clues?
That's because you've installed WPMU into a subdomain instead of a root. You can't do that. :)