Omniscimus/ExamPoll/master/php/.htaccess - Htaccess File

Omniscimus/ExamPoll/master/php/.htaccess

# .htaccess bestand voor ExamPoll

# Deny access to all pages by default
Order Deny,Allow
Deny from all
Allow from 127.0.0.1

# Allow access to sensible pages
<Files ~ "^(poll.php|results.php)$">
    Order Allow,Deny
    Allow from all
</Files>

# Allow access to CSS and JS
<Files ~ "(.css|.js)$">
    Order Allow,Deny
    Allow from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache