dsiglin/The-Photography-website/master/default.htaccess - Htaccess File

dsiglin/The-Photography-website/master/default.htaccess

# To set your custom php.ini, add the following line to this file:
# suphp_configpath /home/yourusername/path/to/php.ini
# php_value mbstring.func_overload 4 # Required for PWSB support. Please do not uncomment this line.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^davidsiglinphotography.com [nocase]
RewriteRule ^(.*) http://www.davidsiglinphotography.com/$1 [last,redirect=301]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache