1

Usually php on iis will thow 404 errors if the install doesn't go right. However, danielcooper.dyndns.org/u.php works OK, but u.danielcooper.dyndns.org/u.php (different site in IIS, different folder) gives a 404 error. However u.danielcooper.dyndns.org/test.php

Been using this instance on the default site for some time OK, but php does't seem to work (other than the test file) on a new site.

Am I going crazy?

Dan
  • 488
  • 1
  • 3
  • 16

1 Answers1

0

They all work for me.

danielcooper.dyndns.org/u.php      = 'test'
u.danielcooper.dyndns.org/u.php    = 'test'
u.danielcooper.dyndns.org/test.php = 'browserinfo..'

test.php includes phpinfo.. you might not want to publish that..

Grizly
  • 2,053
  • 15
  • 20
  • Hmmm, wouldn't work yesterday. http://u.danielcooper.dyndns.org/index.php still isn't working. – Dan Feb 23 '10 at 00:08
  • that worked for me, output ='No input file specified' Which is a php error, not an IIS error or a 404.. so, its working! Check your doc_root and cgi.force_redirect directives.. – Grizly Feb 23 '10 at 00:44
  • doc_root it was! – Dan Feb 23 '10 at 13:00