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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...