Home | Register | Quick Links | FAQ | Donate | Contact |
![]() |
Thread Tools |
3/14/10, 4:34 PM |
#1
Problem with wesite address at ODUM Specialties
|
|
Posts: n/a
|
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 |
|
|
3/14/10, 6:00 PM |
#2
Re: Problem with wesite address at ODUM Specialties
|
|
Member
Join Date: Oct 2008 Posts: 171 |
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. |
|
|
3/14/10, 6:16 PM |
#3
Re: Problem with wesite address at ODUM Specialties
|
|
Administrator
Join Date: Jul 2007 Posts: 4,077 |
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] |
|
|
![]() |