Jump to content

Deployment without .DLL in the address


petr.nehez

Recommended Posts

Hi,

 

I would like to deploy ISAPI module on the domain only, it means I'd like to have uniGUI app running on xxx.domain.com - now it's possible to run it only as xxx.domain.com/module.dll.

We already use this technique where we have ISAPI handler for any * address.

Is that possible?

Thanks.

 

Petr

Link to comment
Share on other sites

Hi,

 

I would like to deploy ISAPI module on the domain only, it means I'd like to have uniGUI app running on xxx.domain.com - now it's possible to run it only as xxx.domain.com/module.dll.

We already use this technique where we have ISAPI handler for any * address.

Is that possible?

Thanks.

 

Petr

 

This isn't uniGUI problem. You have to config your web server for the default document. In Apache, look into httpd.conf

 

<IfModule dir_module>

DirectoryIndex YourDLL.dll index.php index.html index.htm

</IfModule>

 

Please See more info from Apache and/or IIS Help.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...