GoteoFoundation/goteo/devel/.htaccess - Htaccess File

GoteoFoundation/goteo/devel/.htaccess

AddDefaultCharset UTF-8
Options +FollowSymLinks
ServerSignature Off

<IfModule mod_rewrite.c>
    # You can use this file to for Apache to point to the dist/ folder
    RewriteEngine On
    RewriteBase /dist
    RewriteCond %{REQUEST_FILENAME} !-f
    # Use this for debugging
    # RewriteRule .* index_dev.php?%{QUERY_STRING}
    # For production
    RewriteRule .* index.php?%{QUERY_STRING}
</IfModule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache