Hello Team,

we are using rewrite rule for login page to be HTTPS as ----> working fine
upto v3.9.4
RewriteEngine on
RewriteCond %{HTTPS} off
   RewriteRule ^/artifactory/webapp/login.html
https://example.com/artifactory/webapp/login.html [NE]

after upgrading to v4.0.0 we are not able to do the same--> not redirecting
RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteRule ^/artifactory/webapp/#/login
https://example.com/artifactory/webapp/#/login [NE] 

As per our test cases we found due to the '#' symbol in url is root cause we
tried do many changes in the apache conf but no use 

please help us out on this issue



--
View this message in context: 
http://forums.jfrog.org/Redirect-option-is-not-working-from-V4-0-0-tp7580448.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to