Need Help wtih php code

Discussion in 'PHP' started by exinrex, Nov 8, 2007.

  1. #1
    Hello Guys,

    I'm very new with this. I'm not a programmer. I just need a script that can make my site or domain with www. when opening. Sometimes I opened my site without www. Pls post the code.


    Thank's n advance.
     
    exinrex, Nov 8, 2007 IP
  2. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #2
    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^hostname.com$ 
    RewriteRule (.*) http://www.hostname.com/$1
    
    Code (markup):
    .htaccess ... change hostname.com for your actual hostname ...
     
    krakjoe, Nov 8, 2007 IP
  3. exinrex

    exinrex Active Member

    Messages:
    413
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #3
    OK thank's to your reply. I will try this one.
     
    exinrex, Nov 9, 2007 IP