| Posted: 10 June 2005 at 6:18am | IP Logged
|
|
|
Dear anaula,
I got good news for you. I have same scenario that I have internally hosted sharepoint server and I have a lot of website and I want to give a clean FQDN to users to access a site or workspace.
For example I want to redirect a users from face=Verdana color=#0000cc http://projectsmgt.sdvasia.com -> face=Verdana color=#0000cc http://projectsmgt.sdvasia.com/ap/projects
then I write rule like this
RewriteCond Host: projectsmgt\.sdvasia\.com RewriteRule (?!/ap/projects).* http\://projectsmgt.sdvasia.com/ap/projects/ [I,R]
Hope this will help you. Courtesy of Yaroslav from link face=Verdana color=#800080 http://www.helicontech.com/forum/display_topic_threads.asp?ForumID=2&TopicID=2873&ThreadPage=1.
Have a good day.
Take care and bye bye
Waqar AMIN.
|