codualex/rost-framework/master/Web/.htaccess - Htaccess File

codualex/rost-framework/master/Web/.htaccess

#An optional way to specify the environment name.
#SetEnv ROST_ENVIRONMENT Development

#Standard Apache instructions to redirect traffic into index.php.
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache