nataliastanko/ApiHackKRK/master/web/.htaccess - Htaccess File

nataliastanko/ApiHackKRK/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    #RewriteCond %{HTTPS} !=on
    #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ /app_dev.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_FILENAME, REQUEST_URI, SERVER_NAME

Comments

Apache