views:

9

answers:

1

i used to host my site at www.mysite.com/here now the url is simply www.mysite.com

so how do i properly redirect all old links from say www.mysite.com/here/about to www.mysite.com/about

thanks.

A: 

Go to your htaccess file and turn rewrite mode on ( # rewrite mode on) uncomment it by removing the # . and then again in your config file (configuration.php) url rewrite should be change from 0 to 1.. Good Luck

Alagiboy
Uncomment existing lines? Configuration.php? This sounds like you are talking about some ready-made PHP product, of which the OP makes no mention.
Pekka