
Originally Posted by
prefloor
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