allynbauer/Condor/master/.htaccess - Htaccess File

allynbauer/Condor/master/.htaccess

#Uncomment below to throw system into maintainance mode
#ErrorDocument 403 url/to/error/document/.html
#Order deny,allow
#Deny from all
#Feel Free to add you IP below, to be allowed in during maint mode, space delimited
#Allow from an.exciting.ip.addy

Options +FollowSymLinks
IndexIgnore */*
# Turn on the RewriteEngine
RewriteEngine On
#  Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /condor/index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache