Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Every link on my page goes to google! help!

    Hi.
    I have just looked at my website after some time and when i clicked on practically any link on my page it goes straight to google.

    Even if i access the page from google it still does the same.

    Click on this link for example...
    www.synthsoundz.com/loops-and-samples-c-66.html

    Im in a bit of a panic as to why this is. I would grealty appreciate your help.

    Thanks.

  2. #2
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: Every link on my page goes to google! help!

    I just remembered...
    I tried to add some code to the htaccess in order to do a 301 redirect. So it must have cause problems with the SEO url settings.
    Here is the htaccess code. Can anyone spot anything that looks wrong with this?
    Code:
    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:Options +FollowSymLinksRewriteEngine OnRewriteBase /
    
    
    # From Ultimate SEO URLsRewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]# For Open Operations Info ManagerRewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]# For dreamscape's News & Articles ManagerRewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]# All other pages# Don't rewrite real files or directoriesRewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]
    Ive really messed things up. You help is appreciated.

  3. #3
    Join Date
    Jun 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: Every link on my page goes to google! help!

    sorry for the false alarm. I didnt think i had a backup but then i found one and now it works.

    thanks.

  4. #4
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Every link on my page goes to google! help!

    your issue is that its all on one line so it is effectively commented out

    you need to break it back down to lines again
    Zen cart PCI compliant Hosting

 

 

Similar Threads

  1. SSL goes off every time I click something
    By GWCorp in forum General Questions
    Replies: 2
    Last Post: 22 Jan 2014, 10:15 PM
  2. v151 Admin Link to set down for maintenance goes to a WP 404 page!
    By SkilfulScribe in forum General Questions
    Replies: 4
    Last Post: 8 Sep 2013, 05:11 PM
  3. TEXT_PASSWORD_FORGOTTEN link goes to login page
    By TypeG in forum General Questions
    Replies: 9
    Last Post: 8 Apr 2013, 02:15 AM
  4. v139h How do I put Code from Google Remarketing on every page of site?
    By amyleew in forum General Questions
    Replies: 5
    Last Post: 18 Mar 2013, 10:39 PM
  5. New Products Link goes to page error
    By paperthreads in forum General Questions
    Replies: 3
    Last Post: 2 Oct 2007, 01:54 PM

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