Welcome! Log In Create A New Profile

Advanced

Re: No input file specified by FastCGI

Maxim Dounin
June 16, 2009 12:12PM
Hello!

On Tue, Jun 16, 2009 at 09:39:55AM -0400, meal wrote:

> Hi,
> We have our own framework written in PHP, but it's using .html extension (and change of this is not possible).
> So when I put appropriate block in config, part of site is working, but few rewrites is not.
>
> here is my .html parsing block
>
> location ~ \.html$ {
> if (!-f $request-filename) { return 404; break; }

- if (!-f $request-filename) { return 404; break; }
+ if (!-f $request_filename) { return 404; break; }

Maxim Dounin
Subject Author Posted

No input file specified by FastCGI

meal June 16, 2009 09:39AM

Re: No input file specified by FastCGI

Igor Sysoev June 16, 2009 10:00AM

Re: No input file specified by FastCGI

meal June 16, 2009 10:59AM

Re: No input file specified by FastCGI

Igor Sysoev June 16, 2009 11:04AM

Re: No input file specified by FastCGI

edogawaconan June 16, 2009 11:17AM

Re: No input file specified by FastCGI

edogawaconan June 16, 2009 11:21AM

Re: No input file specified by FastCGI

meal June 16, 2009 11:49AM

Re: No input file specified by FastCGI

meal June 16, 2009 12:36PM

Re: No input file specified by FastCGI

Maxim Dounin June 16, 2009 12:12PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 262
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready