Related Post

Spread the word

Digg this post

Bookmark to delicious

Stumble the post

Add to your technorati favourite

SUBSCRIBE to this post



7 users responded to this post

Keiron said in May 31st, 2007 at 7:25 am    

Hi Tricia,

I did this months ago and can’t find it now, but try this:

# redirect all non-www traffic
RewriteCond %{HTTP_HOST} ^somedomain\.com$
RewriteRule ^.*$ http://www.somedomain.com%{REQUEST_URI} [R=permanent,L]

Captain Lifecruiser said in June 1st, 2007 at 1:25 am    

Ooops…. Yes, I also had a blank page when trying to reach you earlier, but I only thought that you had temporary problems, so I never emailed you about it, dumb enough.

I’ve no idea about the htaccess-problem, but if I stumble over something I’ll let you know.

About the add of new category-problem: I’ve heard it before, Racquel got that problem after upgrading WordPress, but I have no idea if she got it solved or not.

John Hunter said in June 4th, 2007 at 9:24 pm    

It is working now right? If not show what the code is that you added. I posted this on a page without the www .

Tricia said in June 4th, 2007 at 10:34 pm    

John no, I couldn’t get an htaccess code to work to make this sites urls all show up with www in the url. :( I think I’ve tried it at least 20 different ways. My webhost won’t help me as they say they offer very little support for “scripts”. I did ask them if redirects are allowed on their servers and they said yes but it’s pretty odd that I can’t get anything to work.

If you have any ideas I’d love to hear them. :)

Cynthia Blue said in June 4th, 2007 at 10:45 pm    

Yikes! :) I’m glad you got it worked out. I don’t know much about the htaccess file either.. but am learning.

Tricia said in June 5th, 2007 at 5:34 pm    

Oh no Cynthia my htaccess problem isn’t worked out at all. I gave up!

John Hunter said in June 5th, 2007 at 9:43 pm    

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

Does that work for you?

Leave Your Comments Below

Comments are moderated. Your comments are welcome, but if you leave comment spam your comment and url(s) will be deleted!