sean OK, after I log into the WP dashboard and re-save the permalink settings and clear the caches and where does WP automate put rewrite rule in NGINX?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
How to in NGINX, the most important basic to have for the web about redirect links?
- Redirect non-www to www
- 301 redirect
- Redirect simply redirects both index.htm and index.html to / for both the root
I have read the links above here DigitalOcean and NGINX said you can do one or both together apache and nginx.
PS: The Opalstack forum color links look like black bold texts. The links standard is blue.
Thanks, Mikey3D