robocon/atomymaxsite/master/icon/.htaccess - Htaccess File

robocon/atomymaxsite/master/icon/.htaccess

deny from all
<Files ~ ".(gif|jpe?g|png|JPG)$">
order deny,allow
allow from all
</Files>
<FilesMatch ".php$">
    Order Allow,Deny
    Deny from all
</FilesMatch>
<FilesMatch ".html$">
    Order Allow,Deny
    Deny from all
</FilesMatch>
<FilesMatch "index[0-9]?.html$">
    Order Allow,Deny
    Allow from all
</FilesMatch>
<FilesMatch ".htm$">
    Order Allow,Deny
    Deny from all
</FilesMatch>
<FilesMatch "index[0-9]?.xml$">
    Order Allow,Deny
    Allow from all
</FilesMatch>
<FilesMatch ".htm$">
    Order Allow,Deny
    Deny from all
</FilesMatch>
<FilesMatch "index[0-9]?.xml$">
    Order Allow,Deny
    Allow from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache