Isapi: How to change .../MyApp.dll/test.htm in address bar?

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Snurl
-


Joined: 02 May 2006
Posts: 3

PostPosted: Tue May 02, 2006 9:04 am    Post subject: Isapi: How to change .../MyApp.dll/test.htm in address bar? Reply with quote

Thanks to the manual and the forum I got my ISAPI-extension running under Abyss in no time :D
However, to use the application I need to use the following address on my local pc: http://127.0.0.1/MyApp.dll/test.htm, including the name of my Isapi-Dll. I would prefer to use something like http://127.0.0.1/test.htm - without 'MyApp.dll'.
By using an Alias in Abyss I managed to open the page as I would like (by http://127.0.0.1/test.htm), but... as soon as the test.htm is loaded, the address including the MyApp.dll is shown.

My question is: how can I set Abyss up so that I can use *and* see the address without the MyApp.dll name in it?

By the way, I created the dll with Intraweb, a web application development framework for Delphi. The manual of Intraweb states that the application can be called by "http://xxx.xxx.xxx.xxx/{alias}/{application_name.dll}/{start_command}", so I suspect I cannot omit the MyApp.DLL-part.
As I don't like to show the DLL-part, I still hope for a solution.

Is there anyone with experience on this who can help me?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue May 02, 2006 10:03 am    Post subject: Re:Isapi: How to change ./MyApp.dll/test.htm in address bar? Reply with quote

Snurl,

You need here to rewrite the URL at the server level. Since this feature is not yet available (we're going to make add it in the next version), we suggest using the idea/script in http://www.aprelium.com/forum/viewtopic.php?p=46856#46856 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Snurl
-


Joined: 02 May 2006
Posts: 3

PostPosted: Tue May 02, 2006 10:10 am    Post subject: Reply with quote

Thank you for this really quick reply. Now I'll try to find out how to do this in Delphi :)
Back to top View user's profile Send private message
eznetlinks
-


Joined: 27 Sep 2003
Posts: 144

PostPosted: Tue May 02, 2006 7:11 pm    Post subject: Reply with quote

would it be possible to execute the dll using the system() command in php or C++ like: system("MyApp.dll/test.htm");
Back to top View user's profile Send private message Visit poster's website
Snurl
-


Joined: 02 May 2006
Posts: 3

PostPosted: Wed May 03, 2006 7:25 am    Post subject: Reply with quote

Thanks eznetlinks, I will have a look at this.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group