Lavrai
05-05-2008, 08:24 PM
I'm really struggling with figuring out how to re-direct my Wordpress login page to the shared ssl. Can someone please help?
This the basic code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blogs/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blogs/index.php [L]
</IfModule>
How do I modify it to redirect to my the shared ssl address Bluehost provides for users?
This the basic code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blogs/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blogs/index.php [L]
</IfModule>
How do I modify it to redirect to my the shared ssl address Bluehost provides for users?