Home > Archive > PHP on Windows > April 2007 > RE: [PHP-WIN] Re: php win2003 - No input file specified.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
RE: [PHP-WIN] Re: php win2003 - No input file specified.
|
|
| Luis Moreira 2007-04-30, 8:07 am |
| It seems to me that you are opening a file within INDEX.PHP=20
Does that file exist ?
-----Original Message-----
From: Simeon Goranov [mailto:admin@thefreeart.com]=20
Sent: segunda-feira, 30 de Abril de 2007 12:54
To: php@emgee.se
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Re: php win2003 - No input file specified.
I have only one file into the directory and it's index.php
Greetings,
s.g.
Mikael Gro"n <php@emgee.se>" =CE=C1=D0=C9=D3=C1:
> It sounds like your index file isn't index.php but some other file.
>
> Mike
>
>
> Simeon Goranov skrev:
IIS.[color=darkred]
[color=darkred]
[color=darkred]
>
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
| |
| Simeon Goranov 2007-04-30, 8:07 am |
| What you mean with "opening", something like
...........
include("other_file.php");
...........
If yes .. Yep - I include files within index.php and I think that they
exist, because the same project it's running well under apache on the
same machine. It's strange beacuse the first time , when I open
myproject.com/subproject/ the page is loaded - when I append index.php
(which is the file) i'm getting the error ..
I made a simple test:
1. I moved the index.php to index.php.old
2. Create another index.php with phpinfo(); only there
3. Create third file test.php with simple echp 'test'; there
When I try to open myproject.com/subproject/
php info page is loaded.
When I try to load myproject.com/subproject/index.php or
myproject.com/subproject/test.php
i'm getting the same error:
No input file specified under firefox and 404 under IE
Greetings,
s.g.
Luis Moreira (ESI-GSQP) ΞΑΠΙΣΑ:
> It seems to me that you are opening a file within INDEX.PHP
> Does that file exist ?
>
> -----Original Message-----
> From: Simeon Goranov [mailto:admin@thefreeart.com]
> Sent: segunda-feira, 30 de Abril de 2007 12:54
> To: php@emgee.se
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Re: php win2003 - No input file specified.
>
> I have only one file into the directory and it's index.php
>
> Greetings,
> s.g.
>
> Mikael Gro"n <php@emgee.se>" ΞΑΠΙΣΑ:
>
>
>
|
|
|
|
|