Gabor H
Basic Pleskian
Hi,
How to configure Nginx, to make it work properly with WordPress rewrite rules correctly?
I've this in a domain's additional nginx directives:
if (!-e $request_filename) { rewrite ^.*$ /index.php last; }
But sometimes nginx struggling with the rewrite rules, I guess, because some pages are broken.
Pls help me to find the best nginx config for rewrite.
G.
How to configure Nginx, to make it work properly with WordPress rewrite rules correctly?
I've this in a domain's additional nginx directives:
if (!-e $request_filename) { rewrite ^.*$ /index.php last; }
But sometimes nginx struggling with the rewrite rules, I guess, because some pages are broken.
Pls help me to find the best nginx config for rewrite.
G.