Jump to content

rigi00

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by rigi00

  1. rigi00

    дубли страниц

    как выяснил баг битрекса не срабатывает 404 ошибка правильно
  2. rigi00

    дубли страниц

    есть такая проблема генерируются дубли главной страницы такого плана www.dveri-kd.ru/index.php/catalog/catalog/catalog/catalog/catalog/about/news/nadi.swf www.dveri-kd.ru/index.php/about/news/about/news/about/news/catalog.php www.dveri-kd.ru/index/?interface=show&module=Prod&node_id=858 www.dveri-kd.ru/index.php/catalog/catalog/ если правильно понял проблема с редиректом. Вопрос, как правильно его прописать .htaccess такой Options -Indexes ErrorDocument 404 /404.php php_value auto_prepend_file "/home/bitrix/www/bitrix/modules/security/tools/start.php" php_flag allow_call_time_pass_reference on #php_flag allow_call_time_pass_reference 1 #php_flag session.use_trans_sid off php_value display_errors 0 php_value mbstring.func_overload 0 php_value mbstring.internal_encoding windows-1251 php_value realpath_cache_size 4096k <IfModule mod_rewrite.c> Options +Indexes Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTP_HOST} (.+)$ RewriteRule ^(.*)$ http://www.dveri-kd.ru/$1'>http://www.dveri-kd.ru/$1 [L,R=301] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.dveri-kd.ru/ [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$ RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L] </IfModule> <IfModule mod_mime.c> AddType application/x-httpd-php .ico </IfModule> <IfModule mod_dir.c> DirectoryIndex index.php index.html </IfModule> <IfModule mod_expires.c> ExpiresActive on ExpiresByType image/jpeg "access plus 3 day" ExpiresByType image/gif "access plus 3 day" </IfModule>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy