Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 11 of 11

This is a discussion on Problem with my domain in the VPS & Dedicated forum
Allmost everytime i try to get in to www.avantysoft.com y can't and it's in the same server as www.avantysoft.net and that one works perfect. Help!!!! ...

  1. #1
    JPC Member
    Join Date
    Jun 2006
    Posts
    5

    Problem with my domain

    Allmost everytime i try to get in to www.avantysoft.com y can't and it's in the same server as www.avantysoft.net and that one works perfect.

    Help!!!!

  2. #2
    Ron
    Ron is online now
    Loyal Client
    Join Date
    Aug 2002
    Posts
    7,308
    Looks like you've got some sort of a redirect going on in your software, or less likely in your .htaccess file. When I check with a server headers tool it comes back with a 200 status. When I check with my browser, I'm redirected to your machine's IP address/~account name.

    Check for a "header" command in your code if it is in php.
    Good luck

  3. #3
    Old Hillbilly Connie's Avatar
    Join Date
    Sep 2001
    Location
    Hills of Missouri
    Posts
    2,648
    I can access the .com name but not the .net.

    As Ron suggested you have seem to have some kind of redirect going on that redirects the TLDs to the IP address.

    Also you need to decide which TLD extension you want to use, and redirect the other one to it with a 301 redirect. You do not want the SEs to be able to access the same page with a .net and a .com extension. It can cause you problems.

    Forum Moderators - Jag Staff

    Spam Whackers Blog - Dedicated to fighting Spam and providing General SEO Tips
    Organize your Kitchen or purchase Kitchen Accessories at Condells
    Ihelpyou Forum - Dedicated to "Best Practices" SEO

  4. #4
    JPC Member
    Join Date
    Jun 2006
    Posts
    5
    The redirection is made through an html code, and thats not the proble. The problem is that in some places people cannot access the .com and in others people can.

  5. #5
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    www.avantysoft.com returns an index.html with the following content:
    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o
    g/TR/xhtml1/DTD/xhtml1-transitional.dtd">                                      
    <html xmlns="http://www.w3.org/1999/xhtml">                                    
    <head>                                                                         
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />     
    <META http-equiv="refresh" content="0;URL=http://69.73.139.204/~avantys/">     
    <title>AVANTYSOFT :: Estrategias tecnol¢gicas</title>                          
    </head>                                                                        
                                                                                   
    <body>                                                                         
    </body>                                                                        
    </html>
    Note the meta-refresh redirect in there.

    It would be better to write an apache redirect in your .htaccess file for this, as well as make that a redirect to the .net, rather than the IP/~account thingy.
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  6. #6
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    Quote Originally Posted by javcruz View Post
    The redirection is made through an html code, and thats not the proble.
    Are you sure? A 0 second refresh like that is a pretty ugly hack that IIRC several browsers / security softwares refuse to obey these days. I don't recall the exact logic behind it all, but as it's so easily replaced with more elegant ways..
    The problem is that in some places people cannot access the .com and in others people can.
    Have you recently changed DNS settings for the .com? If so, try again two days from now.
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  7. #7
    JPC Member
    Join Date
    Jun 2006
    Posts
    5
    Thanks, but the problem is not when they get in the page the problem is that sometimes in some computers people get "page not found" even if they try to get in other folder of www.avantysoft.com

    I allready chage the .htaccess to redirect to www.avantysoft.net
    Last edited by javcruz; 03-13-2007 at 04:40 PM.

  8. #8
    Not A Senior Member homoludens's Avatar
    Join Date
    Sep 2005
    Location
    H-Town
    Posts
    582
    Code:
    <META http-equiv="refresh" content="0;URL=http://69.73.139.204/~avantys/">
    Why? Why would you do this?

    It's probably a IE / caching issue. Try ading the following headers:

    Code:
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    Does that help any?

  9. #9
    JPC Member
    Join Date
    Jun 2006
    Posts
    5
    no, it doesn't help.

    And tis not only in a browser, it is also happening with pop and ftp sometimes

  10. #10
    CTO JPC-Masood's Avatar
    Join Date
    Aug 2002
    Location
    Jaguar Servers
    Posts
    2,070
    Please login to your WHM, and use the Edit DNS Zone for that domain avantysoft.com and replace ns1.nocdirect.com. and ns2.nocdirect.com. with ns1.avantysoft.net. and ns2.avantysoft.net.

    (make sure to keep the terminating dot)

    And then try again in a day.

    Masood N. | Chief Technical Officer
    JaguarPC.com


    Helpful Links
    Knowledge Base | Network Status

  11. #11
    JPC Member
    Join Date
    Jun 2006
    Posts
    5
    thanks a lot... that helped!!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •