agcreative/Inspiration/master/wp-content/themes/Desktop/.htaccess - Htaccess File

agcreative/Inspiration/master/wp-content/themes/Desktop/.htaccess

ErrorDocument 404 /404.php

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

# php errors (COMMENT OUT FOR LIVE SITE)
# php_flag display_errors on
# php_value error_reporting 7

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache