Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Location
    Miami, Fl
    Posts
    138
    Plugin Contributions
    0

    Default Please! how to redirect a index.php?option=com?

    I realize (by Google Webmasters) that there are many websites that link to an old shopping cart on my site with the address " http://www.cryo64.com/index.php?option=com_content&task=view&id=8&Itemid=26" but now the product is on "http://cryo64.com/store/wallpapers/levit-folder-manga" . I tried with .htaccess using redirect but it doesn't work. I don't know how to use REWRITE. Can anyone help me? THANKS!

  2. #2
    Join Date
    Jun 2009
    Location
    Miami, Fl
    Posts
    138
    Plugin Contributions
    0

    Default Re: Please! how to redirect a index.php?option=com?

    ok I think I'm close.
    In the file .htaccess I added
    Code:
    Redirect /option=com_content&task=view&id=8&Itemid=26 http://www.cryo64.com/store/wallpapers/levit-folder-manga
    
    RewriteEngine On
    RewriteRule ^index.php?$ http://www.cryo64.com/store/  [R=301,L]
    Is not working yet but I still trying.

  3. #3
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,740
    Plugin Contributions
    22

    Default Re: Please! how to redirect a index.php?option=com?

    Quote Originally Posted by DArnaez View Post
    I realize (by Google Webmasters) that there are many websites that link to an old shopping cart on my site with the address " http://www.cryo64.com/index.php?option=com_content&task=view&id=8&Itemid=26" but now the product is on "http://cryo64.com/store/wallpapers/levit-folder-manga" . I tried with .htaccess using redirect but it doesn't work. I don't know how to use REWRITE. Can anyone help me? THANKS!
    Code:
    RewriteCond %{QUERY_STRING} ^option=com_content&task=view&id=8&Itemid=26$ [NC]
    RewriteRule ^$ http://cryo64.com/store/wallpapers/levit-folder-manga [NC,L,R=301]
    Does this work?

 

 

Similar Threads

  1. Replies: 1
    Last Post: 12 Jul 2016, 04:21 PM
  2. Replies: 2
    Last Post: 25 Sep 2011, 12:18 PM
  3. htaccess to redirect all index.php to / ??
    By Andy_GS in forum General Questions
    Replies: 5
    Last Post: 24 Nov 2009, 08:52 PM
  4. index.php gives redirect loop error
    By chinaKat in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 12 May 2009, 01:51 AM
  5. Replies: 0
    Last Post: 26 Oct 2007, 12:55 AM

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