Hello
I am trying to use the following apache configuration on a Godaddy shared hosting account:
<Files ~ ".*">
<IfModule mod_headers.c>
RequestHeader unset Host
RequestHeader append Host mydomain.com
</IfModule>
</Files>
The above is contained in a .htaccess file. In other words... For all files and paths set the request's host to mydomain.com
The above doesn't seem to work. I get a 500 error on Godaddy's servers.
Thanks muchly!