order deny,allow
deny from all

#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /beta/

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteRule ^/store/(.*)$ /beta/$1 [R,L]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA]

#### EOF SSU