anthylon Posted February 28, 2009 Share Posted February 28, 2009 Hello, Can anyone help me with this? I need to redirect from http://example.com/folder to http://folder.example.com/ ??? Thank you. :-\ Link to comment https://forums.phpfreaks.com/topic/147331-solved-redirect-examplecomfolder-to-folderexamplecom/ Share on other sites More sharing options...
corbin Posted February 28, 2009 Share Posted February 28, 2009 mod_rewrite is probably the easiest way: RewriteRule ^([^/]+)/?$ http://$1.example.com/ Link to comment https://forums.phpfreaks.com/topic/147331-solved-redirect-examplecomfolder-to-folderexamplecom/#findComment-773342 Share on other sites More sharing options...
anthylon Posted March 1, 2009 Author Share Posted March 1, 2009 Thank you:) It works! Link to comment https://forums.phpfreaks.com/topic/147331-solved-redirect-examplecomfolder-to-folderexamplecom/#findComment-773728 Share on other sites More sharing options...
corbin Posted March 1, 2009 Share Posted March 1, 2009 ;p No problem. Link to comment https://forums.phpfreaks.com/topic/147331-solved-redirect-examplecomfolder-to-folderexamplecom/#findComment-773798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.