Index: [Article Count Order] [Thread]

Date:  Thu, 10 Jul 2008 04:42:04 -0700 (PDT)
From:  Dan Kriwitsky <webhosting (at mark) yahoo.com>
Subject:  [coba-e:13501] Re: Redirect to compensate for Open Webmail...
To:  coba-e (at mark) bluequartz.org
Message-Id:  <617930.43644.qm (at mark) web65602.mail.ac4.yahoo.com>
In-Reply-To:  <011f01c8e243$affc1a80$6400a8c0@HPPAVILION>
X-Mail-Count: 13501


> I changed the
> references in his site from "/data/" to
> /datastore/".  What would be nice
> would be if I could do an .htaccess redirect such as:
> 
>  
> 
> RedirectPermanent /data http://www.domain.com/datastore
> 
>  
> 
> But it doesn't pick it up.  Anyone have any
> recommendations that I could
> try?

I don't understand what you mean that it doesn't pick it up. What happens when you do a .htaccess with that in the main directory of the site? It certainly should work.
Redirect 301 /data http://www.example.com/datastore

The other way to go would be a rewrite rule.
Plenty of examples of that in a Google search.
-- 
Dan Kriwitsky