Just an observation: It doesn't look like you specifed where your store is located.. See the highlighted part of your .htacess below.. Looks like you are using the default .htacess file that comes with SSU..

Quote Originally Posted by prefloor View Post
Alright here is a full report -

Zen v. 1.3.8

showing PHP V4.4.8 (set to v5 earlier this morning)

Server OS: Linux 2.6.20.2mtv8

I have everything installed as per the instructions *ithink*

My CSS is down and when you click a link it goes 404

Let me know where to start looking if you get a free minute.

Thanks yellow, awsome mod, I <3 it, I can't wait to get it to work for meh


#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /zencart/

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

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


above is my htacessfile

John