I enter in the address bar:
http: //localhost/cloudrap/index.php
Displays the following:
The requested URL /cloudrap/index.php was not found on this server.
Denver's Tip
You made a mistake when typing the URL in the browser. Most likely, the server is trying to find the file Z: / home / localhost / www / cloudrap /, which does not exist.
In the case of using CGI scripts, the correct paths to the CGI directories are as follows:
URL to
http: // / cgi- glob / script.cgi /home/cgi-glob/script.cgi http: // / cgi / script.cgi / home / /cgi/script.cgi http: // / cgi-bin / script.cgi /home/***/cgi-bin/script.cgi Script path index.php:
Z: \ home \ cloudrap \ index.php
What's my mistake?