...
The ".htaccess" should be placed in the "DocumentRoot" of the site. This is typically the same directory that would contain the "index.html", "index.cfm", "index.php", etc... that contains the content of http://siteA.cornell.edu/.
For example:
| No Format |
|---|
htdocs/siteA/index.html
htdocs/siteA/.htaccess
|
Create "2" Redirect
This is can be created by create a ".htaccess" file that contains:
...
The ".htaccess" should be placed in the "DocumentRoot" of the site. This is typically the same directory that would contain the "index.html", "index.cfm", "index.php", etc... that contains the content of http://siteA.cornell.edu/.
For example:
| No Format |
|---|
htdocs/siteA/index.html
htdocs/siteA/.htaccess
|