writing a redirect HELP

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??
 
C

Chris Leeds, MVP-FrontPage

why are you doing it this way?

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
P

Pam

ummmm well, I googled how to make a 301 redirect and that's what it seems
all the 'experts' are saying to do ... find the htaccess file and then add
the redirect to it... is there an easier way:? :)
 
J

Jack Brewster

Can you be more specific about what you're trying to achieve? Why are you
trying to perform a redirect?
 
P

Pam

oh - sorry - I'm changing domain names and want the old domain name to hit
the new domain name - I could just do a simple redirect in the html of the
index.html page, but they say that is not good with the search engines ;-)
 
T

Thomas A. Rowe

You are keeping the old domain name, correct?

If so, then ask you host if you also add the old domain or new domain to your current account, then
you don't have to do redirect.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jack Brewster

I agree with Thomas. You should be able to configure (or have them
configure) the old domain to resolve to the new one. It shouldn't require a
redirect to accomplish this.
 
P

Pam

ok, thanks - I'll try to see what they say

I know there's a way to do it - I've just not been able to figure it out
myself -
Pam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top