jheusala/infolog/master/.htaccess - Htaccess File

jheusala/infolog/master/.htaccess

AddDefaultCharset UTF-8
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^feed.rss feed.php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^index.html index.php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^api/config.json backend.php?config=1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache