Simple URL rewrite, not redirect, with .htaccess?

You say "rewrite, not redirect", so no, there isn't a simple way to do this. The only way to do what you ask would be to have a "reverse proxy" running on exampletest.com that fetches content from "differenturl.com/exampletest/". That isn't something you can do with mod_rewrite.

Thanks for the answers so far. I tried what you suggested Ali and it doesn't seem to be working. – Ron Dec 27 '10 at 3:55.

If I have understood correctly, following code might do: RewriteRule exampletest/(.*)$ exampletest.com/$1 R=301,L Please note that you add this line in the . Htaccess file placed on differenturl. Com server.

Hope that helps. Cheers.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions