billmcmillin/navistax/master/examples/illinois_state/illinois_state/.htaccess - Htaccess File

billmcmillin/navistax/master/examples/illinois_state/illinois_state/.htaccess

<IfModule mod_suphp.c>
# Loads the module mod_suphp.c
suPHP_ConfigPath /home/username/www/folder
# Specifies the path of the php.ini file. Use your legitimate path.
<Files php.ini>
# Specifies the file php.ini
order allow,deny
# This is ordering to check the allowed list first then the deny list.
deny from all
# Denies everyone from viewing the file specified above
</Files>
# Closes the files tag
</IfModule>
# Closes the modular line

On Github License

Files

Download PDF of Htaccess file

Comments

Apache