• SalesForceTeamSix
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I'm facing an issue with my site where URL rewrite is not working using URLFOR() for 2 or more parameters. As per an answer on Stack Overflow this is an existing issue.

http://salesforce.stackexchange.com/questions/4728/site-urlrewriter-interface-implementation-problem-with-more-than-2-parameters (http://salesforce.stackexchange.com/questions/4728/site-urlrewriter-interface-implementation-problem-with-more-than-2-parameters)

Has anyone faced a similar issue before and how was it resolved?? Please let me know ASAP as I need this urgently.

Hi,  

 

I am using URLRewriting and it works quite well for my requirements.  Therefore if I have for example links with "/test1", "/test2", "/test3" etc I can access my page https://mydevorg/sitehome/test1  and this works perfectly.  I wish to also rewrite (hide) url parameters if parameters are contained in the URL

 

Therefore /test1?param1=hello&param2=goodbye  would display to the user as "https://mydevorg/sitehome/test1" and not "https://mydevorg/sitehome/test1?param1=hello&param2=goodbye"

 

Do you know if this is possible?  

 

Thanks in advance for any help.