localhost won't display my files in htdocs, only the page you get when apache is just installed
I only get the page that says
If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page.
i know it's gonna be something stupid
Last edited by thomasd1 on Mon Mar 22, 2004 4:59 am, edited 1 time in total.
?restart your work ? not really you just have to copy your folder (where all you php work is) and past it in the www folder that get created when you iunstall easyphp.. that s it
then you go in localhost of your machine and POP it works
Apache looks for default files--also known as index files--in a particular order according to its configuration. For example, it may be set to look for index.html then index.htm then index.php, etc. Once it finds a match, it stops. If Apache's placeholder index file has a higher-priority extension than your file, you will see it instead of your file. If that is your problem, the solution is simple: delete Apache's placeholder file. You can also change the priority order.