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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -