I can't get it to work...
I installed it correctly, but when I turn it on it doesn't work...
I cleared the cache and all, but I guess the .htaccess file doesn't work right?
This was the link:
http://tueproductions.com/melting/gold-coins-c-1
Here's the .htaccess:
#### 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 /melting/
# 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
Anyone see anything weird?