I cant seem to figure this one out...
Had it working on 2 of my 3 sites.

This one, www.allforyourwedding.com
Wont seem to work. Keep getting the eternal error.

This is what I get when I run the test

Warning Checking includes/configure.php
Warning Suggested .htaccess content
Success #### 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
Warning Checking cache write permission
Tried putting that in my .htaccess file but that didnt work.

What do I try next?