+ 1
How do I save my file in apache root???
3 ответов
0
c:/xampp/htdocs
0
Where you install apache..
I installed xampp example in c:\xampp
Then i will put my php files in c:\xampp\htdocs\ php file or folder php
0
locate 'C:/xampp/htdocs' and create your project folder 'my_web' (this is your project root folder). Create an 'index.HTML' or 'index.php' and save to 'C:/xampp/htdocs/my_web'. To preview your project, on your browser's URL bar, type 'localhost/my_web' and hit enter.