Joomla 1.5 403 Forbidden

Тема в разделе "Установка и обновление Joomla!", создана пользователем inkjet, 15.11.2010.

  1. Offline

    inkjet Недавно здесь

    Регистрация:
    15.11.2010
    Сообщения:
    1
    Симпатии:
    0
    Пол:
    Мужской
    Доброго времени суток.
    Возникла такая проблема, при открытии страницы выдает 403 Forbidden, покопавшись в поиске нашел что надо в файл .htaccess добавить Options +Indexes, ну и отредактировать атрибуты папок файлов ну и собственно все должно было заработать но как водится не заработало может из гуру кто поможет?)
    Код (html):
    1. ##
    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.  
    10. #####################################################
    11. #  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    12. #
    13. # The line just below this section: 'Options +FollowSymLinks' may cause problems
    14. # with some server configurations.  It is required for use of mod_rewrite, but may already
    15. # be set by your server administrator in a way that dissallows changing it in
    16. # your .htaccess file.  If using it causes your server to error out, comment it out (add # to
    17. # beginning of line), reload your site in your browser and test your sef url's.  If they work,
    18. # it has been set by your server administrator and you do not need it set here.
    19. #
    20. #####################################################
    21.  
    22. ##  Can be commented out if causes errors, see notes above.
    23. Options +FollowSymLinks
    24. Options +Indexes
    25.  
    26. #
    27. #  mod_rewrite in use
    28.  
    29. RewriteEngine On
    30. php_flag register_globals 0
    31.  
    32. ########## Begin - Rewrite rules to block out some common exploits
    33. ## If you experience problems on your site block out the operations listed below
    34. ## This attempts to block the most common type of exploit `attempts` to Joomla!
    35. #
    36. # Block out any script trying to set a mosConfig value through the URL
    37. RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    38. # Block out any script trying to base64_encode crap to send via URL
    39. RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    40. # Block out any script that includes a <script> tag in URL
    41. RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    42. # Block out any script trying to set a PHP GLOBALS variable via URL
    43. RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    44. # Block out any script trying to modify a _REQUEST variable via URL
    45. RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    46. # Send all blocked request to homepage with 403 Forbidden error!
    47. RewriteRule ^(.*)$ index.php [F,L]
    48. #
    49. ########## End - Rewrite rules to block out some common exploits
    50.  
    51. #  Uncomment following line if your webserver's URL
    52. #  is not directly related to physical file paths.
    53. #  Update Your Joomla! Directory (just / for root)
    54.  
    55. # RewriteBase /
    56.  
    57.  
    58. ########## Begin - Joomla! core SEF Section
    59. #
    60. RewriteCond %{REQUEST_FILENAME} !-f
    61. RewriteCond %{REQUEST_FILENAME} !-d
    62. RewriteCond %{REQUEST_URI} !^/index.php
    63. RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
    64. RewriteRule (.*) index.php
    65. RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    66. #
    67. ########## End - Joomla! core SEF Section
     
  2.  
  3. Offline

    сифилис Недавно здесь

    Регистрация:
    18.10.2010
    Сообщения:
    30
    Симпатии:
    1
    Пол:
    Женский
    Хоть и поздновательно пишу, но вдруг кому в будущем пригодится. Если данное дело наблюдается на локалхосте, то проверьте другие сайты, которые вы делаете. Если при заходе на них также будет выдаваться данная ошибка, то проблема в настройках Apache. Ройте в сторону httpd.conf
     

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

Загрузка...