Hi,
i installed a fresh WP in a subdirectory like:
wordpress-url http://www.servername.net/foldername
blog-url http://www.servername.net
my .htaccess in root-directory:
DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
for index.php:
require('./foldername/wp-blog-header.php');
The plugin is configured like:
ssl.webpack.de/www.servername.net (hosteurope)
Force SSL Exclusively yes
Force SSL Administration yes
Basicely everything is working fine, login is redirected to the ssl-proy, website is working without ssl. Thats exactly what i wanted.
Only Problem: if i try to change settings in option/general, i get the message: options-general.php was not found on this server.
However, changes are accepted and everything else is working pretty fine. So, whats going wrong?
Anyway, thank You for this great plugin!
Greetings,
Thomas