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 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 Link to comment https://forums.phpfreaks.com/topic/111086-url-masking/#findComment-570219 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.