Forum Moderators: phranque
I'm trying to Redirect a large URL to a simple one using Permanent directive..
RedirectMatch permanent ^/$ http://saml.example.com/simplesaml/saml2/idp/SSOService.php?spentityid=https://www.sf.com&RelayState=https://pm4.sf.com/xi/ui/home/pages/home.xhtml
We want to access the above URL as http://saml.example.com.
It works fine in IE but doesn't work in FF and Chrome. The "&" is removed in FF &Chrome..
Is there any other way to get this working.. I'm a newbie with Apache. [edited by: incrediBILL at 4:22 am (utc) on Mar 27, 2012]
[edit reason] exemplified URLs [/edit]