Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
It was an html file before then i saved it as a php file and saved it into a folder where in it is inside htdocs of the folder of xampp. All the related files are in the folder i created. Why isn't it working? :( Pls help.

What I have tried:

it is said that usually if i receive that kind of error it means it might have been moved or removed or renamed, i did try to change it's location of folder once but returned it again, and the address is correct as far as i know. :(
Posted
Updated 11-Feb-17 0:43am
Comments
Richard MacCutchan 11-Feb-17 6:00am    
The error message is quite clear. The resource you requested cannot be found. And we have no way of guessing where it might be located.

1 solution

Follow this example,
xampp +
      |
      htdocs +
             |
             mywebfolder +
                         |
                         mypage.php

Start the Apache server, type this into the address bar of your browser:
http://localhost/mywebfolder/mypage.php
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900