Josiastech/silexApp/master/.htaccess - Htaccess File

Josiastech/silexApp/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  #uncomment next line if silex app root is in a mamp subdirectory
  #RewriteBase /your_mamp_htdocs_silex_app_root
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^ web/index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache