how to open a file named index.php which is in htdocs/project1 folder i xampp? -
i have 1 folder named project1 in htdocs folder path "c:\xampp\htdocs\project1" , have created index.php file in "project1" folder. how open file in browser or in local host?
you can use:
http://localhost/project1
or
http://127.0.0.1/project1
in address bar of browser.
Comments
Post a Comment