[Plugin: WordPress HTTPS (SSL)] When plugin active, all pages redirect to /index.php
-
Hi Mike,
WordPress 3.4.2
WordPress HTTPS 3.2Whenever I activate the plugin all links on the main navigation are redirected to /index.php
Furthermore, if I log out of admin while the plugin is active I can no longer log in to admin. I had to FTP in, put ‘–‘ in front of the directory name to deactivate and then could log back into the admin.
Here is the main part of my htaccess file
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Let me know if you have any questions.
Thanks,
Bert
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: WordPress HTTPS (SSL)] When plugin active, all pages redirect to /index.php’ is closed to new replies.