Hi, I try to do a reverse proxy with your script (Ver. 2.0.2) but can't make it to work. here is my rules : RewriteEngine on RewriteBase / RewriteRule ^(.*) http://srv:800/$1 P when in open ...
All I find is a source code. Do we have any website associated with microsft to make large URLs shorter like the one we have for an example Notlong.com which helps the user to make the larger URls ...
I tried the following without success: RewriteRule ^/not-a-directory/(.*) http://myserver/Login.aspx P if I change the extension to html then it works RewriteRule ^/not-a-directory/(.*) http:...