Welcome! Log In Create A New Profile

Advanced

Re: No Input File Specified

March 04, 2012 11:06PM
Ahh! It works! I made the php location too complex and realized where it was bombing after getting a 404 on submit. It was much, much more simple than what I had. Between the 404 and reading in the page that Cliff linked me to (or maybe one of the pages linked there), it said that most people try to do too much with index.php and that /index.php usually works. It most certainly did. I'm thrilled.

location ~ \.php$ {
try_files $uri /index.php =404;
fastcgi_pass unix:/var/run/php-fcgi.pid;
}

Also, the "internal" reference worked before, but that had to be removed... maybe it was working due to my browser's cache? No idea.

Now, time to tweak and optimize. Thank you for your help!
Subject Author Posted

No Input File Specified

Sageth March 04, 2012 08:11PM

Re: No Input File Specified

Edho Arief March 04, 2012 09:20PM

Re: No Input File Specified

Cliff Wells March 04, 2012 09:36PM

Re: No Input File Specified

Sageth March 04, 2012 10:29PM

Re: No Input File Specified

Sageth March 04, 2012 11:06PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 315
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