jacqueline-homan/dean/master/.htaccess - Htaccess File

jacqueline-homan/dean/master/.htaccess

# [app:env]
SetEnv APPLICATION_ENV prod

# [prod]
SetEnv PROD_DB_NAME org_4inh
SetEnv PROD_DB_USER root
SetEnv PROD_DB_PASSWORD abstract
SetEnv PROD_DB_HOST localhost
# mysql.marketingwithastory.com

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache