moobu/hackathon5/master/citation/.htaccess - Htaccess File

moobu/hackathon5/master/citation/.htaccess

# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymLinks  
Options +SymLinksIfOwnerMatch
RewriteEngine On  
  
RewriteCond %{SCRIPT_FILENAME} !-d  
RewriteCond %{SCRIPT_FILENAME} !-f  
  
RewriteRule ^.*$ ./index.php

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache