Recent content by Eksith

  1. Eksith

    301 Redirect

    I was trying to figure out why I had so many 302 redirects on my site (94%!!!) when I realized I had multiple domain aliases. Is there any way for these domain 302's to be turned into 301's? On an earlier post on this Which is a good point. The control panel should be making this a...
  2. Eksith

    ASP.NET Application with HSphere 3.0

    What application are you trying to run? Last I checked the servers were being migrated to Win2003 which comes with ASP.NET 2.0
  3. Eksith

    Ruby on Rails

    Details, details :P There is a beta release however if the R&D team wants to play around with it.
  4. Eksith

    How to convert varchar to datetime

    This is very tricky since an error will either choke your whole application or worse, end up with null fields where you don't want any... Best to try the Date add method. But before you do, always check for null fields via IsDBNull //=== C# if(Field != System.DBNull.Value) { //...
  5. Eksith

    Ruby on Rails

    PSoft has a tutorial on the subject.
  6. Eksith

    ASP.NET Application with HSphere 3.0

    You also need to change your authentication mode to "Forms" E.G: <authentication mode="Forms" /> You cannot log on in Windows mode because it's a shared server.
  7. Eksith

    Failed to add Domain [emergency]

    I understand it isn't to be taken lightly. I do realize I'm not the only one you have to worry about. I suppose my reseller is now regretting that he mentioned who provides his hosting. He didn't send me here. That I did by myself. I was in a panic when he said he couldn't add the domain...
  8. Eksith

    Failed to add Domain [emergency]

    From Ghostnet... My reseller : Please note the time! So let me say again... "The Reseller" was very prompt! As you can plainly see, he tried! Only then did open the ticket. And his hands are still tied because even he can't get this to work. That's why I turned to the source...
  9. Eksith

    Failed to add Domain [emergency]

    From Ghostnet... My reseller : Please note the time!
  10. Eksith

    Failed to add Domain [emergency]

    You are right.. That's exactly the problem. Well, it's been 6:30 hours since my original post and both me AND my host has issued support tickets on this. This is ridiculous! When a subdomain is deleted, its domains should also be DELETED. So when we add it somewhere else, we're not...
  11. Eksith

    Failed to add Domain [emergency]

    Well now my host has created a ticket as well... I just got another from him again. He tried the same thing from his control panel and the same effect. We both now have tickets opened on this. Please, I need this to get working.
  12. Eksith

    Failed to add Domain [emergency]

    My God! Ok, I have emailed my host and he responded.. He should have created the ticket by now.
  13. Eksith

    Failed to add Domain [emergency]

    I'm using reseller Ghostnet (Ghostnetworks)
  14. Eksith

    Failed to add Domain [emergency]

    Hello.. I have opened a ticket about this, but this is an emergency! I have a domain "eksith.com" that used to be hosted under a subdomain as eksith.ghostnetworks.com. My host created a new account for me as eksith.gnhost.net, and deleted that old account and domain... But when I try to...
Back
Top