P
Pam
ok, I did find the htaccess file in my apache root director on my server...
below is the content:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.daystarranch.com
AuthUserFile /home/virtual/site65/fst/var/www/html/_vti_pvt/service.pwd
AuthGroupFile /home/virtual/site65/fst/var/www/html/_vti_pvt/service.grp
how do I put the redirect in so that it goes to another domain name??
below is the content:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.daystarranch.com
AuthUserFile /home/virtual/site65/fst/var/www/html/_vti_pvt/service.pwd
AuthGroupFile /home/virtual/site65/fst/var/www/html/_vti_pvt/service.grp
how do I put the redirect in so that it goes to another domain name??