Hi,
i don't understand why wordpress doesn't work with PHP-FPM/NIGNX. When i enable permalinks in wordpress, i get 404 errors links.
it's a domain name and not subdomain. I see on somes thread to use
i don't understand why wordpress doesn't work with PHP-FPM/NIGNX. When i enable permalinks in wordpress, i get 404 errors links.
it's a domain name and not subdomain. I see on somes thread to use
Code:
# Wordpress permalinks
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?q=$1 last;
break;
}