Project

General

Profile

Actions

Feature #7581

open

isapi mode and internal path

Added by Patrick ottavi almost 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/25/2020
Due date:
% Done:

0%

Estimated time:

Description

hello,

it would be possible to have the same behavior on internal paths in ISAPI mode like Whttp mode? with ?=/

example,instead of the path:

http://ottavi06.freeboxos.fr/tennisclub.dll/Acceuil

http://ottavi06.freeboxos.fr/tennisclub.dll?_=/Acceuil

which allows you to have no problem on paths in IIS and to be able to manage any paths internally to access a page

or a page created on the fly with a dynamic internal path.

Currently to manage this problem I go through the internalPathChanged() notification and I modify the url with html5 with the function:

history.replaceState(stateObj, "", "//ottavi06.freeboxos.fr/tennisclub.dll?_=/Acceuil");

which allows me to access a page of the site directly with the url and to manage

the course in the history of the pages.

it's not perfect but it works almost all the time.

Best regards,

Patrick.

No data to display

Actions

Also available in: Atom PDF