Am I saving my php files in the www folder inside the ampps folder, is it well stored?
Am I saving my php files in the www folder inside the ampps folder, is it well stored?
That's the default path of ampps
to save the files PHP
.
The DocumentRoot
is:
C:/ampps/www
This is configured in the apache
configuration file. You can modify it if you wish, but to start it is correct to keep that route by default.
Then if you want to change this route you can modify this for something like this:
D:/www
So your files would be in another partition. I hope it helps you.
Greetings