| How do I redirect an existing site? |
|
|
|
If you have an existing web site that you have migrated over to Mambo, you can redirect people from that site to your new site quite easily. The the root (public_html) directory of your existing site, create a file called .htaccess In that file place a line like this: Redirect / http://studentorgs.unc.edu/<your org site here> Replace <your org site here> with the location of your site. For example, the Carolina Club Track and Cross Country is at www.unc.edu/clubtfcc to redirect that to studentorgs.unc.edu/clubtfcc the .htaccess file would look like this: Redirect / http://studentorgs.unc.edu/clubtfcc
|

