How to rewrite rules for WP-security in Nginx?

Please try this: 1) Save the rewrite rules to the file: /absolute/path/to/wp_security.conf. 2) Then include it in your NginX configuration file, with the line: include /absolute/path/to/wp_security.conf; and place it in the server context: server { #… cut … ## # include the Better WP Security configuration file ## include /absolute/path/to/wp_security.conf; location / { try_files $uri … Read more

Proxy caching WordPress with Nginx

I would recommend starting with the Codex Nginx as mentioned by @Rarst. These two additional links may also provide more guidance on what you’re trying to accomplish. How-to: Nginx as a front-end proxy cache for WordPress Nginx Reverse Cache Proxy

Why does defining MULTISITE true change the database connection in use

This sounds like an error with the URLs that are defined in the multisite DB and/or a .htaccess issue. When changing a regular WP install from live to local for example, you can change the URLs by setting this in your wp-config: define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); However with multisite there are additional references to the URLs the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)