oinas/garage48_tartu2016/master/.htaccess - Htaccess File

oinas/garage48_tartu2016/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine Off
    RewriteBase /garage48_tartu2016/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.+) index.php?q=$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache