Dolphin 7.0.7 is operational, but unfortunatelly because all Windows servers and IIS servers do not use nor recognize the ".htaccess" controll and mapping script, anything handled by those mappings do not work at all. That means, most if not all modules including the MEMBERS profiles, non can be seen at all. I can see them if I reference the page manualy by typying members.php?id=[username] and it works well that way, but off course users do not know those details. In order to make Dolphin fully compatible with the Windows environment, you would have to use relative paths everywhere not needing any mappings at all. That means, not using the .htaccess script at all.
The mapping mecanism in IIS does not provide the resources required but a very basic mapping methode wich in the case of Dolphin it is way too precarious. Another quick solution to the problem would be creating a PHP script to handle all mappings automatically before calling any webp age and without the need of the .htaccess script, and calling it before any other process.
Is there any solution available to this problem? Thanks!