Antoxx/Project/master/php/.htaccess - Htaccess File

Antoxx/Project/master/php/.htaccess

php_value date.timezone "Europe/Moscow"

<IfModule mod_rewrite.c>
    RewriteEngine On

    #<IfModule mod_vhost_alias.c>
    #    RewriteBase /
    #</IfModule>

    RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteRule ^(.*)$ %{ENV:OPENSHIFT_REPO_DIR}web/app.php [QSA,L]
    RewriteRule ^(.*)$ web/app_dev.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache