gbtekkie/just-in-time/master/web/.htaccess - Htaccess File

gbtekkie/just-in-time/master/web/.htaccess

# [START] fix
# problem was "you do not have permission to access this item"
# solution source: http://bit.ly/kg8Oxp
<Files ~ (.pl)>
Options ExecCGI FollowSymLinks
</Files>

Options +FollowSymLinks +SymLinksIfOwnerMatch
# [ END ] fix

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache