I just VERY carefully installed this mod and turned it on. I am getting a 500 Internal Server Error.
Any Ideas?
I just VERY carefully installed this mod and turned it on. I am getting a 500 Internal Server Error.
Any Ideas?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Here it is:
#### 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 /thecablestation/
# 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
Stupid novice mistake!
Thanks Loads!
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me