Jump to content

Hide original URL using .htaccess


aneeb

Recommended Posts

Hey Everyone! I want to hide my original URL to my dummy URL using htaccess. If i open www.abc.com it shows/opens www.xyz.com and the URL remains the same like www.abc.com. How can i do this, please help me.....

Link to comment
Share on other sites

<IfModule mod_rewrite.c>RewriteEngine onRewriteRule ^newURL$ originalURL  [L]Options All -Indexes</IfModule>

maybe u can do that ...sorry i can do explain more .. do search for detail ... :good:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...