JC-ComputerScience/StudentCheckInServer/master/.htaccess - Htaccess File

JC-ComputerScience/StudentCheckInServer/master/.htaccess

<IfModule !php5_module>
    <FilesMatch ".(php|phtml)$">
        Order allow,deny
        Deny from all
    </FilesMatch>
</IfModule>
<IfModule php5_module>
    AddType text/html .php .phtml .phps
    AddHandler application/x-httpd-php .php .phtml
    AddHandler application/x-httpd-php-source .phps
</IfModule>

Order deny,allow
Deny from all

DirectoryIndex index.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache