diegogiacobbo/infoplanet2/master/web/.htaccess - Htaccess File

diegogiacobbo/infoplanet2/master/web/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On
  <IfModule mod_vhost_alias.c>
       RewriteBase /web/app.php
  </IfModule>
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ /web/app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache