apphp/php-mvc-framework/master/utils/requirements/.htaccess - Htaccess File

apphp/php-mvc-framework/master/utils/requirements/.htaccess

## Deny directory browsing
Options -Indexes 

# Redirect domain.com to www.domain.com
RewriteEngine On

RewriteRule ^(.*)test1.txt$   tests/test2.txt [QSA]

<FILES ~ ".txt$">  
    Order allow,deny
    Allow from all
</FILES>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache