Hi, I am using EspoCRM 5.6.1 on Windows with IIS. Everything works pretty good, error log does not show any serious problems.
The only thing I cannot get to work is customer portals. I receive an Error 500. I did not change the web.config file and it is still:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="rule 1G" stopProcessing="true">
<match url="^" />
<action type="Rewrite" url="index.php" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Does anybody have a running version of Portals on IIS? Any help is very appreciated ...
Thanks,
Bernhard
The only thing I cannot get to work is customer portals. I receive an Error 500. I did not change the web.config file and it is still:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="rule 1G" stopProcessing="true">
<match url="^" />
<action type="Rewrite" url="index.php" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Does anybody have a running version of Portals on IIS? Any help is very appreciated ...
Thanks,
Bernhard
Comment