[Plugin: Private WP suite] Nginx rewrite rules
-
Hi,
Getting this to work with Nginx is quite simple, the following rewrite rule is needed:
location /wp-content/uploads {
rewrite . /file_to_trigger_404_error;
}Adjust the path to match your setup.
https://www.ads-software.com/extend/plugins/private-wp-suite/
- The topic ‘[Plugin: Private WP suite] Nginx rewrite rules’ is closed to new replies.