> 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