Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    53
    Plugin Contributions
    0

    help question Need Page redirect (mo_rewrite) htaccess due to URL change

    Hi, my web address was changed and now I use this to redirect visitors from the old address to the new address via .htaccess.

    RewriteEngine on
    RedirectMatch 301 ^(.*)$ http://www.rcshop.eu

    I would like to ask you, if someone knows if it is possible to redirect all address like this:

    http://www.rctomik.eu/rc-vrtulniky-c-131.html

    to

    http://www.rcshop.eu/rc-vrtulniky-c-131.html

    becauce my solution redirect this address http://www.rctomik.eu/rc-vrtulniky-c-131.html only to http://www.rcshop.eu

    I would like to do dthis because of addresses indexed by google and other search engines.

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Need Page redirect (mo_rewrite) htaccess due to URL change

    From the Apache guide to mod_rewrite:

    http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html

    Your .htaccess file should look roughly like this:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^www.rctomik.eu$ [NC]
    RewriteRule ^(.*)$ http://www.rcshop.eu/$1 [R=301,L]

    BrandTim

  3. #3
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    53
    Plugin Contributions
    0

    Default Re: Need Page redirect (mo_rewrite) htaccess due to URL change

    I have got this:
    RewriteEngine on
    RedirectMatch 301 ^/(.*)$ http://www.rcshop.eu/$1
    It works but I am not sure about the code 301, if it si OK.

 

 

Similar Threads

  1. .htaccess redirect help for a coming soon URL
    By limelites in forum General Questions
    Replies: 4
    Last Post: 17 Jul 2011, 02:32 AM
  2. I need help with .htaccess redirect!
    By htmt in forum Basic Configuration
    Replies: 0
    Last Post: 26 Apr 2011, 02:53 PM
  3. Need help for .htaccess redirect
    By Mandrex in forum General Questions
    Replies: 5
    Last Post: 30 Apr 2010, 08:54 PM
  4. Replies: 3
    Last Post: 11 Apr 2010, 07:57 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR