NeoFragCMS/neofrag-cms/master/.htaccess - Htaccess File

NeoFragCMS/neofrag-cms/master/.htaccess

Options +FollowSymLinks -Indexes
AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>
  RewriteEngine On

  RewriteBase /

  RewriteCond %{REQUEST_FILENAME} .(png|jpg|jpeg|gif|swf|eot|svg|ttf|woff|woff2|zip)$
  RewriteCond %{REQUEST_FILENAME} -f
  RewriteRule .* - [L,QSA]

  RewriteRule ^humans.txt$    ajax/settings/humans.txt
  RewriteRule ^robots.txt$    ajax/settings/robots.txt

  RewriteCond %{REQUEST_FILENAME} !index.php
  RewriteRule (.*) index.php?request_url=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REMOTE_USER, REQUEST_FILENAME

Comments

Apache