AliasIO/Readable.cc/master/public/.htaccess - Htaccess File

AliasIO/Readable.cc/master/public/.htaccess

Options All -Indexes

<FilesMatch "(config|.+.html).php">
  deny from all
</FilesMatch>

<IfModule mod_rewrite.c>
  RewriteEngine on

  RewriteCond %{REQUEST_URI} !.(bmp|cgi|css|flv|gif|ico|jpe?g|js|png|swf|xml)$
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteRule (.*) ?q=$1&%1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache