HTTP Error 403.1 – Forbidden: Execute access is denied.

The page cannot be displayed
You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed.
Please try the following:
* Contact the Web site administrator if you believe this directory should allow execute access.
HTTP Error 403.1 – Forbidden: Execute access is denied.
Internet Information Services (IIS)
W [...]

Czytaj komentarze (0)

include $_SERVER['DOCUMENT_ROOT'] w IIS

W związku z tym, że serwery Windows używają IIS a nie Apache’a, DOCUMENT_ROOT nie będzie tam działał (jako że jest to Apaczowa zabawka). Windows nie może ustawić DOCUMENT_ROOT automatycznie, gdy PHP działa w trybie CGI-BIN. Jeśli bardzo, ale to bardzo chcemy jednak korzystać z tej funkcji mamy dwie opcje do wyboru:
- zamiast tego używać [...]

Czytaj komentarze (0)