printempw/blessing-skin-server/master/.htaccess - Htaccess File

printempw/blessing-skin-server/master/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^.*$ index.php [L]

# Protect .env file
<Files .env>
    Order allow,deny
    Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache