.Darkman
10-23-2008, 04:35 AM
Hello Everybody,
I had my blog at http://gotchance.com/ and now i've moved this to http://gotchance.com/blog/
Now, since all links point to the old url, i'd like to redirect them to the new ones.. For eg. http://gotchance.com/2007/06/04/post-name to http://gotchance.com/blog/2007/06/04/post-name
At the same time, i have a new site at gotchance.com. I don't wanna redirect its pages. For eg, i now hav http://gotchance.com/index.htm and i don't want it to be redirected to http://gotchance.com/blog/index.htm
How do i do it ?
I used this :
RewriteEngine on
RewriteRule ^(.*)$ blog/$1
But, i redirects all pages...
Thanks,
I had my blog at http://gotchance.com/ and now i've moved this to http://gotchance.com/blog/
Now, since all links point to the old url, i'd like to redirect them to the new ones.. For eg. http://gotchance.com/2007/06/04/post-name to http://gotchance.com/blog/2007/06/04/post-name
At the same time, i have a new site at gotchance.com. I don't wanna redirect its pages. For eg, i now hav http://gotchance.com/index.htm and i don't want it to be redirected to http://gotchance.com/blog/index.htm
How do i do it ?
I used this :
RewriteEngine on
RewriteRule ^(.*)$ blog/$1
But, i redirects all pages...
Thanks,