Jump to content

Featured Replies

Что то я накопал в файле .htaccess И теперь когда гружу главную страницу форума пишет:

К сожалению, не удалось найти запрашиваемую вами страницу. Пожалуйста вернитесь на главную страницу форума.

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/
Share on other sites

Как вариант

Настройки > System > Поисковая оптимизация (SEO)

Использовать .htaccess mod_rewrite? ДА

И в htaccess вставить

<IfModule mod_rewrite.c>
#Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /404.html [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20401
Share on other sites

Ничего не поменялось( При открытии главной сайта идет на редирект на 404.shtml.html

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20402
Share on other sites

Мне Fedya на IPBR ещё писал :14: :

Если после этого будет писать ошибку на форуме, надо будет удалить вторую строчку
Options -MultiViews

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20405
Share on other sites

Проблема только в Опере, ниче не понимаю

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20407
Share on other sites

jack007, удали из .htaccess

#Options -MultiViews

И проблемы не будет.

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20409
Share on other sites
jack007, удали из .htaccess


#Options -MultiViews

И проблемы не будет.

Нет не помогло.

Проблемму решил удалением кэша с оперы.

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20410
Share on other sites

jack007, ну значит проблемы и не было.

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20411
Share on other sites

Ну проблема только у меня была, вот и решение есть.

Link to comment
https://ipbmafia.ru/topic/2976-404shtmlhtml/?&do=findComment&comment=20412
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.