IndianaOpenWheel.com Sprint Car & Midget Racing Forum





Register! Forgot Password?
Post Reply
odumspecialties
  #1 3/14/10 4:34 PM
We are currently having problems with our website. For some reason the address most people have been using just quit working (www.odum.netfirms.com)

Please use www.odumspecialties.com

Hope to figure out the problem soon

Sorry for the inconvience

Rick Odum
Hclarke (Offline)
  #2 3/14/10 6:00 PM
Have your hosting firm check DNS records and/or Apache or IIS depending on what operating system they are using to host the site.

This is working - the www. is not

http://odum.netfirms.com/

Good luck. PM me if they can't figure it out and I'll have one of my guys have a look for you.
Bill Gardner (Offline)
  #3 3/14/10 6:16 PM
I am not sure if this will work... but try adding this code to your htaccess file.

Code:
RewriteEngine on RewriteCond %{http_host} ^www.odum.netfirms.com [NC] RewriteRule ^(.*) http://odum.netfirms.com/$1 [R=301,L]
Post Reply