Why do I get "No input file specified." ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
tvs008
Forum Commoner
Posts: 29
Joined: Wed May 03, 2006 10:46 pm
Location: Seattle

Why do I get "No input file specified." ?

Post by tvs008 »

Not sure what forum this best fits into, but I think it might be php because a search of this term turned up results concerning the way php is set up. But I'm at a new place and they are running Linux/ Apache/ PHP and I get the following problem- When I create a new file, .html or .php, firefox tells me "No input file specified." and IE spits out a 404. I've checked the permissions and they are same as the working files (755 i think).

Why can'y I see my new files from a browser?

Thanks
User avatar
tvs008
Forum Commoner
Posts: 29
Joined: Wed May 03, 2006 10:46 pm
Location: Seattle

Post by tvs008 »

Nevermind. You guys can erase this... I panicked a bit. What was happening was that mod rewrite was looking for the .php extension and I had it as a .html
Post Reply