Welcome! Log In Create A New Profile

Advanced

Nginx 0.7.x and Joomla SEF 1.5.xx

Posted by Jules deMarco 
Nginx 0.7.x and Joomla SEF 1.5.xx
November 10, 2009 11:37AM
Hi, can anyone help me to get Joomla SEF running using nginx (latest stable)? Tried to follow this one:
http://wiki.nginx.org/NginxJoomla
but every page besides / end up in a 404-error. Same for those other x solutions that flew around via Google (mostly chinese).


[code]
location / {
error_page 404 = @joomla;
}

location @joomla {
rewrite ^(.*)$ /index.php?q=$1 last;
}

location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}

}
[/code]
Sorry, only registered users may post in this forum.

Click here to login

Online Users

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