404 от Янекса на работающие страницы Virtuemarta

Тема в разделе "Joomla и SEF (ЧПУ)", создана пользователем holovla, 03.10.2012.

  1. Offline

    holovla Пользователь

    Регистрация:
    25.07.2012
    Сообщения:
    62
    Симпатии:
    2
    Пол:
    Мужской
    Добрый день
    Помогите разобраться
    Joomla 1,5+ virtuemart 1 + sh404

    Товары из виртуемарта долгое время не попадали в выдачу (именно товар, другие страницы , например материалы отлично себя чувствуют в выдаче)
    начал копаться
    забиваю ссылку из виртуемарта элементарно в аддурилку яндекса выдает "Для заданной страницы (или страницы, полученной после перенаправления) сервер возвращает код статуса http 404 (ожидался код 200). "

    захожу на страницу все отл
    почистил кэш снес ссылки(в sh404) , создал заново - тоже самое

    тоже самое и на сторонних сервисах
    тоже 404 ошибка или сайт не отвечает

    В чем проблема где копать? SOS
    может кто сталкивался ? урл в личку могу скинуть

    Заранее большое человеческое спасибо
    Код (CODE):
    1. User-agent: *
    2. Disallow: /administrator/
    3. Disallow: /cache/
    4. Disallow: /includes/
    5. Disallow: /language/
    6. Disallow: /libraries/
    7. Disallow: /media/
    8. Disallow: /modules/
    9. Disallow: /plugins/
    10. Disallow: /templates/
    11. Disallow: /tmp/
    12. Disallow: /xmlrpc/
    13. Disallow: /shop/ask/
    14. Disallow: /*keyword=
    15. Disallow: /*pop=0
    16. Disallow: /*product-search
    17. Disallow: /*feed
    18. Disallow: /404                
    19. Crawl-delay: 3
    20. Host: www.site.ru


    htaccess
    Код (CODE):
    1. AddDefaultCharset utf-8
    2. ### @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
    3. # @package Joomla
    4. # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
    5. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    6. # Joomla! is Free Software
    7. ##
    8.  
    9. ## Can be commented out if causes errors, see notes above.
    10. ### @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
    11. # @package Joomla
    12. # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
    13. # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    14. # Joomla! is Free Software
    15. ##
    16.  
    17. ## Can be commented out if causes errors, see notes above.
    18. Options +FollowSymLinks -Indexes
    19.  
    20. #
    21. # mod_rewrite in use
    22.  
    23. RewriteEngine On
    24. RewriteCond %{HTTP_HOST} !^www\.(.*) [NC]
    25. RewriteRule ^(.*)$ http://www.site.ru/$1 [R=301,L]
    26.  
    27. # RewriteBase /
    28.  
    29. ###RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
    30. ###RewriteRule ^index\.php$ http://www.site.ru [R=301,L]
    31.  
    32. ###RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
    33. ###RewriteRule ^index\.html$ http://www.site.ru [R=301,L]
    34.  
    35. ########## Begin - Rewrite rules to block out some common exploits
    36. ## If you experience problems on your site block out the operations listed below
    37. ## This attempts to block the most common type of exploit `attempts` to Joomla!
    38. #
    39. # Block out any script trying to set a mosConfig value through the URL
    40. RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    41. # Block out any script trying to base64_encode crap to send via URL
    42. RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    43. # Block out any script that includes a tag in URL
    44. RewriteCond %{QUERY_STRING} (\|%3E) [NC,OR]
    45. # Block out any script trying to set a PHP GLOBALS variable via URL
    46. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    47. # Block out any script trying to modify a _REQUEST variable via URL
    48. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    49. # Send all blocked request to homepage with 403 Forbidden error!
    50. RewriteRule ^(.*)$ index.php [F,L]
    51. #
    52. ########## End - Rewrite rules to block out some common exploits
    53.  
    54.  
    55. ########## Begin - Joomla! core SEF Section
    56. #
    57.  
    58. RewriteCond %{HTTP:Accept-Encoding} gzip
    59. RewriteCond %{REQUEST_FILENAME} !-f
    60. RewriteCond %{REQUEST_FILENAME} !-d
    61. RewriteCond %{REQUEST_URI} !^/index.php
    62. RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
    63. RewriteRule (.*) index.php
    64. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    65.  
    66. #
    67. ########## End - Joomla! core SEF Section
    68. SetOutputFilter DEFLATE
    69. Header set Expires "max-age=29030400, public"
    70. Header unset ETag
    71. FileETag None
    72.  
    73. ExpiresActive On
    74. ExpiresDefault A600
    75. ExpiresByType image/x-icon A2592000
    76. ExpiresByType application/x-javascript A604800
    77. ExpiresByType text/css A604800
    78. ExpiresByType image/gif A2592000
    79. ExpiresByType image/png A2592000
    80. ExpiresByType image/jpeg A2592000
    81. ExpiresByType text/plain A1200
    82. ExpiresByType application/x-shockwave-flash A2592000
    83. ExpiresByType video/x-flv A2592000
    84. ExpiresByType application/pdf A2592000
    85. ExpiresByType text/html A600
     
    Последнее редактирование: 03.10.2012
  2.  
  3. tomtaller
    Offline

    tomtaller Пользователь

    Регистрация:
    01.05.2012
    Сообщения:
    115
    Симпатии:
    2
    Пол:
    Мужской
    Поисковая система Яндекс оставляет желать лучшего. Зачастую, администраторы данного поискового ресурса сами не знают причин, по которым страницы выпадают из поискового индекса.
    Зато Google впереди планеты всей по реализации поиска.
     

Поделиться этой страницей

Загрузка...