Results 1 to 6 of 6

Thread: redirection 301 .htaccess
      
   

  1. #1
    Serbu is offline Sergeant
    Join Date
    Dec 2009
    Posts
    29

    Default redirection 301 .htaccess

    Hi! I want to help me php redirect pages to html pages for my site www.viatatasanatoasa.com. I have made ​​changes in the site about 80%. Php pages are old and new pages are in html. I would like to help me use it. htaccess. I understand that this method is the safest and elegance. I thank you very much.

  2. #2
    Serbu is offline Sergeant
    Join Date
    Dec 2009
    Posts
    29

    Default .htaccess

    Hi! I want to help me with 301 non-www redirect for my site www.viatatasanatoasa.com. What should I use. htaccess or Redirects the CP? I tried to use Redirect from CP but will not work again and . htacces not know a specific code. Thank You!

  3. #3
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: redirection 301 .htaccess

    Serbu
    redirect 301 /oldpage.php http://yoursite.com/newpage.html
    is the code (note space between 301 "and" /oldpage.php
    To make an .htacces page from scratch:
    Open notepad
    Paste appropriate code
    Save As: .htaccess (note the period at the beginning) in your BV folder
    FTP .htaccess file to your public_html directory (unless this is an addon site)
    If there is already a .htaccess file in your public_html directory copy it and store it in a safe place in case there is a problem and you need to reinsert.
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  4. #4
    Serbu is offline Sergeant
    Join Date
    Dec 2009
    Posts
    29

    Default Re: redirection 301 .htaccess

    Thanks, the first problem is solved. The second issue, of "non-www" by (03/30/2011), if you help me with this . Thank you!

  5. #5
    Serbu is offline Sergeant
    Join Date
    Dec 2009
    Posts
    29

    Default redirect 301

    Hi! I have a site www.viatatasanatoasa.com and I want to help me to redirect the www non-www or non-www www. How better to do? Thank you very much!

  6. #6
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Arrow Re: www non-www redirect 301

    Quote Originally Posted by Serbu View Post
    Hi! I have a site www.viatatasanatoasa.com and I want to help me to redirect the www non-www or non-www www. How better to do? Thank you very much!
    Redirecting a URL

    TIP TO PRESERVE SEARCH RANKINGS FROM GOOGLE: 301 ReDirects - Webmaster Tools Help (Google)
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49