does Godaddy do this?

Discussion in 'HTML & Website Design' started by Canadian1974, Oct 11, 2006.

  1. Canadian1974

    Canadian1974 Active Member

    Messages:
    500
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #21
    do i need to ask about the "apache server" or just the .htaccess? and mod-rewrite?
     
    Canadian1974, Oct 11, 2006 IP
  2. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    #22
    You can choose Apache or Windows when you signup but it doesn't hurt to throw it into your question.
     
    yfs1, Oct 11, 2006 IP
  3. SFOD_D223

    SFOD_D223 Peon

    Messages:
    4,512
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    0
    #23
    I've had Godaddy for nearly 2 years for 1 domain. Just curious as to how I can rename "nameservers" so I can use my othere hosting service for more fruitful site.
     
    SFOD_D223, Oct 11, 2006 IP
  4. TeddL

    TeddL Peon

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #24
    And please let us know when you find out, cus GoDaddy takes a while to respond.
     
    TeddL, Oct 11, 2006 IP
  5. DatR

    DatR Peon

    Messages:
    210
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #25
    I have installed wordpress on my site hosting (reseller for godaddy), and used mod_rewrite with success.

    This code worked for me on my wordpress blog on godaddy servers:
    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]

    # END WordPress
     
    DatR, Oct 11, 2006 IP