Greetings,
As a temporary solution I''ve added the following rules to the module.xml of the frontend fulcrum :
Not very elegant, but it does the trick without messing up anything else ...
Anyone with a better solution ?
Regards,
Tom
As a temporary solution I''ve added the following rules to the module.xml of the frontend fulcrum :
|
<rule>
<match>http://syst-slamanagement</match> <to>http://servername/SlaManagement/</to> </rule> |
|
<rule>
<match>http://syst-configstaging</match> <to>http://servername/configstaging/</to> </rule> |
|
<rule>
<match>http://syst-slamanagement/</match> <to>http://servername/SlaManagement/</to> </rule> |
|
<rule>
<match>http://syst-configstaging/</match> <to>http://servername/configstaging/</to> </rule> |
Not very elegant, but it does the trick without messing up anything else ...
Anyone with a better solution ?
Regards,
Tom