Quote Originally Posted by yellow1912 View Post
For your special config (shared ssl) htaccess needed to be set up differently. Did you check yoursite.com/ssu_check.php and see what it suggests for the .htaccess content?

First Yellow1912 thank you for your reply.

I did check the ssu_check.php and modified it in my htacces file.

in my case:
Code:
#### BOF SSU 
Options +FollowSymLinks -MultiViews 
RewriteEngine On 
RewriteBase / 

# Deny access from .htaccess 
RewriteRule ^\.htaccess$ - [F] 

RewriteCond %{SCRIPT_FILENAME} !-f 
RewriteCond %{SCRIPT_FILENAME} !-d 
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] 

#### EOF SSU
Everything is working correct only the home page link is giving an error when used. (check pm for more details.