exilesprx/W3I/master/.htaccess - Htaccess File

exilesprx/W3I/master/.htaccess

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On
  RewriteBase /
  RewriteCond %{HTTP_HOST} ^symfony.local$ [NC,OR]
  RewriteCond %{HTTP_HOST} ^www.symfony.local$
  RewriteCond %{REQUEST_URI} !web/
  RewriteRule ^(.*)$ /web/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache