Maybe you guys know something about Wordpress here...

pivotraze

  • Software Developer
  • Waiting... waiting... waiting for the Alpha release :D
  • Posts: 30
Maybe you guys know something about Wordpress here...
« on September 17th, 2012, 06:06 AM »Last edited on September 17th, 2012, 06:13 AM
So this is a more advanced question... I think.

I'm trying to use WordPress with SSL. It works mostly fine. Apart from this:

I'm forcing sitewide SSL by using .htaccess. Once WordPress edits the .htaccess to change the permalink structure, it fails.

Here's the htaccess:
Code: [Select]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(.*\.)*seafiresoftware.org$ [NC]
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://www.seafiresoftware.org/$1 [R]

# BEGIN WordPress
<IfModule mod_rewrite.c>
        RewriteEngineOn
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
I get a 302 Found error:
Quote
Found

The document has moved here.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Clicking Here fails, as it redirects to http and not https.

There is an attached picture for the plugins

What can I do to fix this?

Thanks in advance

-Cody

 Capturedfd.PNG - 70.12 kB, 1406x535, viewed 210 times.

Owner of Seafire Software
http://www.seafiresoftware.org
Wedge Enthusiast.
Can't wait until 1.0 GOLD!!! <3

Nao

  • Dadman with a boy
  • Posts: 16,079