a photo of the errorWhen I try to run the php file they say "403 Forbidden" and that I don't have permission to run it . Taking in count that I started the Apache and the SQL.
a photo of the errorWhen I try to run the php file they say "403 Forbidden" and that I don't have permission to run it . Taking in count that I started the Apache and the SQL.
Your PHP files have to reside in htdocs. You can create multiple folders here, for each website (if you are working on multiple ones).
In the xampp PHP server, files are served by default from c:/xampp/htdocs directory. There are times when the need may arise for you to serve your PHP project from directories outside of the /htdocs folder eg directly from an external E:/ drive or any other directory on your computer. We are going to do a walkthrough of the process in this article.