Welcome! Log In Create A New Profile

Advanced

Re: 404 location problem

January 13, 2010 10:21PM
fastcgi.conf
[code]
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param CONTENT_TYPE $content_type;
fastcgi_param CONTENT_LENGTH $content_length;

fastcgi_param SCRIPT_NAME $fastcgi_script_name;
fastcgi_param REQUEST_URI $request_uri;
fastcgi_param DOCUMENT_URI $document_uri;
fastcgi_param DOCUMENT_ROOT $document_root;
fastcgi_param SERVER_PROTOCOL $server_protocol;

fastcgi_param GATEWAY_INTERFACE CGI/1.1;
fastcgi_param SERVER_SOFTWARE nginx;

fastcgi_param REMOTE_ADDR $remote_addr;
fastcgi_param REMOTE_PORT $remote_port;
fastcgi_param SERVER_ADDR $server_addr;
fastcgi_param SERVER_PORT $server_port;
fastcgi_param SERVER_NAME $server_name;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param REDIRECT_STATUS 200;
[/code]
english not well
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; [b]problem in here ?[/b]

my english is not well.
can you tell me how to configure,thanks.
Subject Author Posted

404 location problem

lnxa January 13, 2010 09:31PM

Re: 404 location problem

Maxim Dounin January 13, 2010 09:58PM

Re: 404 location problem

lnxa January 13, 2010 10:21PM

Re: 404 location problem

lnxa January 13, 2010 10:41PM

Re: 404 location problem

Maxim Dounin January 14, 2010 05:10AM

Re: 404 location problem

lnxa January 14, 2010 08:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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