Link to home
Start Free TrialLog in
Avatar of suhaib79
suhaib79

asked on

Forefront TMG URL mapping for internal website pages

Hi,
How can I do the following on Forefront TMG :
I have the following Internal URLs
http://Internal_domain/directory1/SubDirectory2/page1.aspx
http://Internal_domain/directory2/SubDirectory3/page2.aspx
I want end user to access these two internal pages from outside via the following URLs  by hiding internal path  and using short name

http://external_domain/page1  => http://Internal_domain/directory1/SubDirectory2/page1.aspx
http://external_domain/page2  => http://Internal_domain/directory1/SubDirectory3/page2.aspx

Thanks
Avatar of Suliman Abu Kharroub
Suliman Abu Kharroub
Flag of Jordan image

Publish the website normally, then open the publish rule properties, Paths tab. and fill the internal and external paths as:

Internal:  http://Internal_domain/directory1/SubDirectory2/page1.aspx
External: http://external_domain/page1


remove /* from paths.
Avatar of suhaib79
suhaib79

ASKER

Thanks Sulimanw ,
In case I want to open access to one page only like below
Internal : http://Internal_domain/directory1/SubDirectory2/page1.aspx
and
External : http://Internal_domain/directory1/SubDirectory2/page1.aspx

how can I allow TMG to pass dynamic query URL string to the protected server? ex. http://Internal_domain/directory1/SubDirectory2/page1.aspx?param1=78279872987¶m2=8909&......
ASKER CERTIFIED SOLUTION
Avatar of Suliman Abu Kharroub
Suliman Abu Kharroub
Flag of Jordan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial