Всем доброго дня! Есть созданная страница error.php: Spoiler: тык Код (CODE): <?php defined( '_JEXEC' ) or die( 'Restricted access'); ?> <!DOCTYPE html> <html xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" class="yjsg-page-error"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title><?php echo $this->error->getCode(); ?>-<?php echo $this->title; ?></title> <link href="<?php echo JURI::base(); ?>templates/<?php echo $template ?>/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="<?php echo JURI::base(); ?>plugins/system/yjsg/assets/css/template.css" rel="stylesheet" type="text/css" /> <style type="text/css">a{color:#C0392B;}</style> </head> <body style="background-image: url(/images/img/bg22.png)!important; background-repeat: repeat!important;"> <div class="centered"> <h1><?php echo $this->error->getCode(); ?></h1> <a style="font-size: 20px;" href="<?php echo $this->baseurl; ?>/index.php" title="<?php echo JText::_('JERROR_LAYOUT_GO_TO_THE_HOME_PAGE'); ?>"> <?php echo 'Вернуться на ГЛАВНУЮ'; ?> </a> <br /> <span class="errormsg"> <?php echo 'Вернитесь на главную и воспользуйтесь поиском или Меню';?> </span> </div> <?php if($this->debug) : echo '<p>'.$this->renderBacktrace().'</p>'; endif; ?> </body> </html> Есть файл "хтаксесс": Spoiler: тык Код (CODE): AddDefaultCharset UTF-8 AddType image/svg+xml svg svgz AddEncoding gzip svgz Redirect 301 /component/k2/94-elektrovodopodogrevateli-teplotekh.html http://eks55.ru/oborudovanie/kotly/teplotekh.html IndexIgnore * Options -Indexes AddHandler php-cgi-script .html .php Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^www\eks55\.ru$ [NC] RewriteRule ^(.*)$ http://eks55.ru/$1 [R=301,L] RewriteEngine On RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule .* index.php [F] RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteCond %{REQUEST_URI} !^/index\.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php [L] <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" ExpiresByType text/cache-manifest "access plus 0 seconds" ExpiresByType text/html "access plus 0 seconds" ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/atom+xml "access plus 1 hour" ExpiresByType image/x-icon "access plus 1 week" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpg "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType audio/ogg "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/webm "access plus 1 month" ExpiresByType text/x-component "access plus 1 month" ExpiresByType application/x-font-ttf "access plus 1 month" ExpiresByType font/opentype "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 month" ExpiresByType image/svg+xml "access plus 1 month" ExpiresByType application/vnd.ms-fontobject "access plus 1 month" ExpiresByType text/css "access plus 1 year" ExpiresByType text/javascript "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" <IfModule mod_headers.c> Header append Cache-Control "public" </IfModule> </IfModule> Если, ввести абракадабру вида "http://eks55.ru/sdfdrs" - то просто отображается главная страница. Ответ сервера 200 ОК Если, ввести абракадабру вида "http://eks55.ru/oborudovanie/kotly/dfgdfg" - то выходит нормальная(заданная 404 страница) И ответ сервера 404 Полазил по форумам, попробовал много рекомендуемых вариантов оформления error и htaccess...результат один и тот-же((( Подскажите, пожалуйста, где косяк?(((( Заранее спасибо!