From a8f9ae8161fde1343359a5f4fcf1cd13f713be1b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 29 Sep 2015 11:14:23 +0000 Subject: [PATCH] On the Permalink Settings screen, add a link to the Nginx documentation when the current site is running Nginx. This is in lieu of showing actual Nginx configuration like we do for mod_rewrite or IIS. Fixes #18852 git-svn-id: https://develop.svn.wordpress.org/trunk@34691 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-permalink.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index 7af1e98a22..f77684129a 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/wp-admin/options-permalink.php @@ -251,7 +251,9 @@ printf( __('If you like, you may enter custom structures for your category and t

web.config file automatically, do not forget to revert the permissions after the file has been created.') ?>

- +

Documentation on Nginx configuration.' ); ?>

+

.htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.') ?>