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.
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.
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