9 lines
280 B
ApacheConf
Executable File
9 lines
280 B
ApacheConf
Executable File
RewriteEngine on
|
|
|
|
RewriteCond "%{REQUEST_FILENAME}" "!-f"
|
|
RewriteCond "%{REQUEST_FILENAME}" "!-d"
|
|
|
|
RewriteRule ^madi/authgwy/(.*)/login.htmld$ Login.aspx?tenantName=$1 [PT,L,QSA]
|
|
RewriteRule ^(.*)/attachment/(.*)/(.*)$ Upload.aspx?tenantName=$1&vp=$1/attachment/$2/$3 [PT,L,QSA]
|
|
|