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

robocon/atomymaxsite/master/backup/.htaccess

<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