lowrencium/ReminderWeb/master/web/.htaccess - Htaccess File

lowrencium/ReminderWeb/master/web/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews
    Options +FollowSymlinks
    SetEnv APP_ENV dev
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ app.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache