Решил я переустановить CMS и теперь выдает ошибку
http://skillerforum.ru/
{full}errors/403
Искал на форуме но вроде не чего не нашел отпишитесь плиз, cms реально понравилась, раньше ей пользовался , а теперь установить даже не моуг
Options All -ExecCGI -Indexes -Includes +FollowSymLinks
DirectoryIndex index.php
ServerSignature Off
AddType application/x-javascript .js
AddType text/css .css
<FilesMatch "\.js$">
ForceType "text/javascript; charset=utf-8"
</FilesMatch>
#{full}index.php?module=errors&code=400 - пример без ЧПУ
#Bad Rquest
ErrorDocument 400 {full}errors/400
#Authorization Required
ErrorDocument 401 {full}errors/401
#Forbidden
ErrorDocument 403 {full}errors/403
#Not found
#ErrorDocument 404 {full}errors/404
#Method Not Allowed
ErrorDocument 405 {full}errors/405
#Request Timed Out
ErrorDocument 408 {full}errors/408
#Request URI Too Long
ErrorDocument 414 {full}errors/414
#Internal Server Error
ErrorDocument 500 {full}errors/500
#Not Implemented
ErrorDocument 501 {full}errors/501
#Bad Gateway
ErrorDocument 502 {full}errors/502
#Service Unavailable
ErrorDocument 503 {full}errors/503
#Gateway Timeout
ErrorDocument 504 {full}errors/504
<IfModule mod_rewrite.c>
RewriteEngine On
#Редирект для чужих доменов
#RewriteCond %{HTTP_HOST} !^{shost}$
#RewriteRule ^(.*)$ {sprotocol}{shost}/$1 [R=301,L]
#Правила для скачивания: отдаем любой контент только через скрипт
#НЕ УДАЛЯЙТЕ И НЕ КОММЕНТИРУЙТЕ СТРОКУ НИЖЕ!!!! ЭТО ЧРЕВАТО ВЗЛОМОМ!!!
RewriteRule ^uploads/(.*)$ download.php?download=$1 [L]
#Если запрашиваемый ресурс не папка и не файл - это ЧПУ
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#Если файл - картинка. Нафик надо сообщать об этом системе... Это ж целую страницу придется генерить из-за случайной глупости, что тяжело для сервера...
RewriteCond %{REQUEST_URI} !\.(css|js|jpe?g|gif|png|bmp)$
RewriteRule ^(.*)$ index.php?!$1!&%{QUERY_STRING} [L]
</IfModule>
Options All -ExecCGI -Indexes -Includes +FollowSymLinks
DirectoryIndex index.php
ServerSignature Off
AddType application/x-javascript .js
AddType text/css .css
<FilesMatch "\.js$">
ForceType "text/javascript; charset=utf-8"
</FilesMatch>
#{http://skillerforum.ru/}index.php?module=errors&code=400 - пример без ЧПУ
#Bad Rquest
ErrorDocument 400 {http://skillerforum.ru/}errors/400
#Authorization Required
ErrorDocument 401 {http://skillerforum.ru/}errors/401
#Forbidden
ErrorDocument 403 {http://skillerforum.ru/}errors/403
#Not found
#ErrorDocument 404 {http://skillerforum.ru/}errors/404
#Method Not Allowed
ErrorDocument 405 {http://skillerforum.ru/}errors/405
#Request Timed Out
ErrorDocument 408 {http://skillerforum.ru/}errors/408
#Request URI Too Long
ErrorDocument 414 {http://skillerforum.ru/}errors/414
#Internal Server Error
ErrorDocument 500 {http://skillerforum.ru/}errors/500
#Not Implemented
ErrorDocument 501 {http://skillerforum.ru/}errors/501
#Bad Gateway
ErrorDocument 502 {http://skillerforum.ru/}errors/502
#Service Unavailable
ErrorDocument 503 {http://skillerforum.ru/}errors/503
#Gateway Timeout
ErrorDocument 504 {http://skillerforum.ru/}errors/504
<IfModule mod_rewrite.c>
RewriteEngine On
#Редирект для чужих доменов
#RewriteCond %{HTTP_HOST} !^{ http://skillerforum\.ru/}$
#RewriteRule ^(.*)$ {http://}{ http://skillerforum\.ru}/$1 [R=301,L]
#Правила для скачивания: отдаем любой контент только через скрипт
#НЕ УДАЛЯЙТЕ И НЕ КОММЕНТИРУЙТЕ СТРОКУ НИЖЕ!!!! ЭТО ЧРЕВАТО ВЗЛОМОМ!!!
RewriteRule ^uploads/(.*)$ download.php?download=$1 [L]
#Если запрашиваемый ресурс не папка и не файл - это ЧПУ
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#Если файл - картинка. Нафик надо сообщать об этом системе... Это ж целую страницу придется генерить из-за случайной глупости, что тяжело для сервера...
RewriteCond %{REQUEST_URI} !\.(css|js|jpe?g|gif|png|bmp)$
RewriteRule ^(.*)$ index.php?!$1!&%{QUERY_STRING} [L]
</IfModule>