0

I develop an application who send some private link by mail to internal customer but I've a problem.

we are using outlook 2010 and we have IE 9 as default on our machines.

When the customer click on the link "http://exemple.com/request.html?id=foo", the link on the browser move in "http://exemple.com/#/request.html?id=foo" and so don't goes to the correct page

If we use firefox as default browser, there's no problem... I can access to the apache server if i need

Do you have any idea how to fix it ?

Gilles Bodart
  • 594
  • 1
  • 10
  • 27

1 Answers1

0

The problem came from the routing of angularJS.

i wasn't making routes but IE9 force it, so he didn't find anything and redirect to homepage

I solved doing hashbang routing in all my application.

regards

Gilles Bodart
  • 594
  • 1
  • 10
  • 27