Apache to Nginx Migration
Status update of the web engine migration. All items are pending further testing. Tech.kulish.com Fully functional (including links to other/outside domains)
Status update of the web engine migration. All items are pending further testing. Tech.kulish.com Fully functional (including links to other/outside domains)
Redirecting HTTP to HTTPS for a whole site using virtual hosts: #Basics snipped for brevity…. RewriteEngine on #RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] RedirectPermanent …
WordPress needs to get with the program and not force URLs in the settings page to contain HTTP or HTTPS. They need to build a session that knows which one …