Quantcast
Channel: Topic Tag: plugin | WordPress.org
Viewing all articles
Browse latest Browse all 26892

Pothi Kalimuthu on "Permalinks Nginx not working - Help required"

$
0
0

@medsha

Please remove the entire location / block, in your current configuration ...

location / {
		root   /var/www;
		index  index.html index.htm index.php;
	}

*and then*, please insert what's suggested by Jan, for location / block...

location / {
    try_files $uri $uri/ /index.php;
}

I hope this helps.


Viewing all articles
Browse latest Browse all 26892

Trending Articles