Forum Moderators: phranque
A link to my page was posted on one site, and I'm getting a lot of hits from there. It's a message board and the link is kinda badly written:
www.mysite.com/category/news_topic /34/topic_na me.html
Notice the spaces?
So when user clicks it:
www.mysite.com/category/news_topic%20/34/topic_na%20me.html
Can I make a redirect in htaccess so when this partcular page is requested it goes to a correct url?
I tries but when I add %20 id doesnt work, when I add url with spaces I get 500 error.
I tried this:
Redirect 301 /category/news_topic%20/34/topic_na%20me.html www.mysite.com/category/news_topic/34/topic_name.html
what seems to be the problem?
thanks