chan2008 Posted June 20, 2008 Share Posted June 20, 2008 Hi everyone, I need to know what line of code to add to my .htaccess file to do this... For example I have http://abc.dec.com and also http://abc.com Anytime someone tries to access any url from the http://abc.com url I want it to redirect to the appropiate page on http://abc.dec.com.... but the thing is url in the address bar must be http://abc.com but the content are from http://abc.dec.com How can I do this either in htaccess or in some other way Cheers in advance, Chandran Quote Link to comment https://forums.phpfreaks.com/topic/111086-url-masking/ Share on other sites More sharing options...
MadTechie Posted June 20, 2008 Share Posted June 20, 2008 i could be wrong but i think its like this RewriteRule abc.com(.*)$ abc.def.com$1 Quote Link to comment https://forums.phpfreaks.com/topic/111086-url-masking/#findComment-570219 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.