dsiglin/The-Photography-website/master/.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]