404 ответ сервера

(Ответов: 15, Просмотров: 2444)
Страница 2 из 2 Первая 12
  1. Гуру
    • Регистрация: 09.10.2011
    • Сообщений: 1,813
    • Репутация: 251
    Все хостеры позволяют сделать свою страницу 404.
    • 0
  2. Студент
    • Регистрация: 11.03.2013
    • Сообщений: 55
    • Репутация: 5
    Studin,не работает *(

    ---------- Сообщение добавлено 18:59 ---------- Предыдущее 18:52 ----------

    pyramida,404 Есть, но ей нужно что-то прописывать ещё.

    Вот допустим:

    http://bezlimi.com/beeline/tarifs/ind?ex.htm -404
    http://bezlimi.com/?beeline/tarifs/index.htm -200

    Если знак стоит вначале он выдает 200, а если в другом месте 404 =(
    • 0
  3. Студент
    • Регистрация: 11.03.2013
    • Сообщений: 55
    • Репутация: 5
    Проблема не решена((хелп
    • 0
  4. Студент Аватар для ●SVEN●
    • Регистрация: 06.04.2013
    • Сообщений: 35
    • Репутация: 4
    Тут взгляни: _http://blogkodera.ru/programming/php/18-error404-in-joomla.html
    • 0
  5. Banned
    • Регистрация: 18.08.2013
    • Сообщений: 13
    • Репутация: 0
    • Webmoney BL: ?
    Скинь .htaccess
    • 0
  6. Студент
    • Регистрация: 11.03.2013
    • Сообщений: 55
    • Репутация: 5
    PHP код:
    RewriteEngine on

    ##
    # @version $Id: htaccess.txt 21064 2011-04-03 22:12:19Z dextercowley $
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##


    #####################################################
    #  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    #
    # The line just below this section: 'Options +FollowSymLinks' may cause problems
    # with some server configurations.  It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file.  If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's.  If they work,
    # it has been set by your server administrator and you do not need it set here.
    #
    #####################################################

    ##  Can be commented out if causes errors, see notes above.
    Options +FollowSymLinks

    #
    #  mod_rewrite in use

    RewriteEngine On

    ########## Begin - Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    ## Deny access to extension xml files (uncomment out to activate)
    #<Files ~ "\.xml$">
    #Order allow,deny
    #Deny from all
    #Satisfy all
    #</Files>
    ## End of deny access to extension xml files
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRINGmosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode data within the URL
    RewriteCond %{QUERY_STRINGbase64_encode[^(]*\([^)]*\) [OR]
    # Block out any script that includes a <script> tag in URL
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRINGGLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING_REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Return 403 Forbidden header and show the content of the root homepage
    RewriteRule .* index.php [F]
    #
    ########## End - Rewrite rules to block out some common exploits


    ########## Begin - Custom redirects
    #
    # If you need to redirect some pages, or set a canonical non-www to
    # www redirect (or vice versa), place that code here. Ensure those
    # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
    #
    ########## End - Custom redirects


    #  Uncomment following line if your webserver's URL
    #  is not directly related to physical file paths.
    #  Update Your Joomla! Directory (just / for root)

    # RewriteBase /


    ########## Begin - Joomla! core SEF Section
    #
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    #
    # If the requested path and file is not /index.php and the request
    # has not already been internally rewritten to the index.php script
    RewriteCond %{REQUEST_URI} !^/index\.php
    # and the request is for root, or for an extensionless URL, or the
    # requested URL ends with one of the listed extensions
    RewriteCond %{REQUEST_URI} (/[^.]*|\.(php|html?|feed|pdf|raw))$ [NC]
    # and the requested path and file doesn't directly match a physical file
    RewriteCond %{REQUEST_FILENAME} !-f
    # and the requested path and file doesn't directly match a physical folder
    RewriteCond %{REQUEST_FILENAME} !-d
    # internally rewrite the request to the index.php script
    RewriteRule .* index.php [L]
    #
    ########## End - Joomla! core SEF Section
    RewriteEngine On
    RewriteCond 
    %{HTTP_HOST} ^www\.bezlimi\.com
    RewriteRule 
    ^(.*)$ http://bezlimi.com/$1 [R=permanent,L]

    Redirect permanent /index.html http://bezlimi.com
    Redirect permanent /vmchk.html http://bezlimi.com
    Redirect permanent /home.php http://bezlimi.com 
    • 0
Страница 2 из 2 Первая 12

Тэги топика:

Похожие темы

Темы Раздел Ответов Последний пост
Подскажите бесплатную чекалку для массовой проверки страниц на ответ сервера
Софт, скрипты, сервисы 2 03.05.2013 11:54
Ответ Тех.поддержки Яндекса
Поисковые системы 8 21.10.2011 17:06
Ответ Платонов
Дайджест блогосферы 2 28.10.2010 15:05
24-Hoster Solutions - Виртуальный хостинг, VPS сервера, Выделенные сервера
Хостинг, сервера, домены 0 10.08.2010 23:24
Вопрос-ответ. ФАК для новичков)
Гемблинг 10 16.02.2010 11:18

У кого попросить инвайт?

Вы можете попросить инвайт у любого модератора:

Информеры