php – Custom wordpress HTTP redirects to HTTPS breaks website
Questions: I have added extra rules in my .htaccess file. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule !^/articles/(.*)$ https://%{HTTP_HOST}/index.php?name=$1 ...