Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/22/18 in all areas

  1. Site: https://www.embarcadero.com/ Overview: https://www.embarcadero.com/products/rad-studio Community: https://www.embarcadero.com/products/delphi/starter Wiki: http://docwiki.embarcadero.com/RADStudio/Rio/en/Main_Page News: http://docwiki.embarcadero.com/RADStudio/Rio/en/What's_New YouTube:
    1 point
  2. Just discovered how to do it on apache, just use DirectoryIndex <Directory "C:/mydlldir/"> Options FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all DirectoryIndex mydll.dll </Directory> Alias /myapp "C:/mydlldir" Navigating to http://myserver.com/myapp will load the dll, hiding the extension in the url. You should be able to set the directory index file specifically in IIS too, of course.
    1 point
×
×
  • Create New...