Quote Originally Posted by yellow1912 View Post
The htaccess content you posted is still not exactly what we have in the current version, while it may work it may cause us problem if you run into some error later and we dont know what causes it.

Regards


This is out of ver 234

#### 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 /

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

RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU

If it's not right... please tell me whats wrong with it.?


Also, how do I now mod it to include my 301 redirections ?