Forum Moderators: phranque
Options +FollowSymLinks -Indexes -MultiViews
RewriteEngine on
#
# Externally redirect direct client requests for /beta/web/index.php back to "/" in root
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /beta/web/index\.php(\?[^\ ]*)?\ HTTP/
RewriteRule ^beta/web/index\.php$ http://www.example.com/? [R=301,L]
#
# Additional external redirects (such as your domain canonicalization redirect, if any) go here
# ...
#
# Internally rewrite requests for URL-path "/" to /beta/web/index.php filepath
RewriteRule ^$ /beta/web/index.php [L]