Vostre/site/master/.htaccess - Htaccess File

Vostre/site/master/.htaccess

# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working
RewriteBase /

# DO NOT REMOVE THIS LINE AND THE LINES BELOW ERRORPAGEID:yWuzub
ErrorDocument 404 /404.html
# DO NOT REMOVE THIS LINE AND THE LINES ABOVE yWuzub:ERRORPAGEID

RewriteEngine on
RewriteCond %{HTTP_HOST} ^vostre.com.br$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.vostre.com.br$
RewriteCond %{REQUEST_URI} !web/
RewriteRule (.*) /web/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache