iTropics.net

  • Increase font size
  • Default font size
  • Decrease font size

Newsflash

Watch the latest Filipino entertainment shows and Philippine teleserye online without advertisement like Agua Bendita, Queen Seon Deok, Kung Tayo'y Magkakalayo, Rubi, Diva and many more. Visit www.ebenta.com

Home Computers PHP, MySQL, ASP “No input file specified” when you type the URL in web browser. (e.g. http://localhost/)

“No input file specified” when you type the URL in web browser. (e.g. http://localhost/)

E-mail PDF
User Rating: / 0
PoorBest 

I have Apache and PHP installed, and I am getting this error “No input file specified” when I typed http://localhost in my web browser. To solve this make sure that php.ini & httpd.conf have the same directory name, see example below:

  • for php.ini which is usually located at C:\PHP\ make sure that doc_root is the same as your DocumentRoot for httpd.conf, make not of the forward and backward slashes
    doc_root = "E:\WEBSITES\"
  • for httpd.conf which is usually located at C:\Program Files\......\Apache\
    DocumentRoot "E:/WEBSITES"

    <Directory "E:/WEBSITES">

 


blog comments powered by Disqus
Last Updated on Saturday, 08 August 2009 21:47