Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 7 Ответов
  • 866 Просмотров
*

Ambrik

  • Новичок
  • 3
  • 0 / 0
Всем доброе утро, уже не знаю где искать помощи.Везде такой проблемы не видел.Подскажите пожалуйста ...после переноса с хостинга на хостинг сайта возникла такая проблема, при нажатии кнопки главная заходит на другой сайт, где можно искать проблему ?Перерыл базу данных но ничего подобного не наблюдал, в шаблоне вроде бы тоже нету, может кто направит на путь истинный ?Буду очень признателен ..Заранее спасибо ! ^-^[spoiler title=Посмотрите ссылку на сайт ]http://www.polycompozit.by/[/spoiler]
*

darkghost

  • Живу я здесь
  • 2212
  • 97 / 0
Re: Проблема с кнопкой Главная
« Ответ #1 : 05.06.2015, 15:59:16 »
адрес сайта тот же --- только .сом.
Вы исправили файл конфига /// посмотрите файл хтасесс /// или может быть этот адрес прописан в самом исходном файле - индекс.пхп
*

Ambrik

  • Новичок
  • 3
  • 0 / 0
Re: Проблема с кнопкой Главная
« Ответ #2 : 14.06.2015, 12:32:06 »
Просмотрел файл htaccess , там даже близко нету этой ссылки
Код
php_value suhosin.simulation On
php_value suhosin.request.array_index_blacklist '"+<>;()"'

##
# @package Joomla
# @copyright Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##

##
# 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!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_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_STRING} GLOBALS(=|\[|\%[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 something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|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.

AddType application/octet-stream .bmp .gif .jpg .jpeg .png .doc .docx .dot .pdf .pptx .pps .ppt .txt .xlsx .xlsm .xlsb .xltm .xlam .xls
AddType application/force-download .bmp .gif .jpg .jpeg .png .doc .docx .dot .pdf .pptx .pps .ppt .txt .xlsx .xlsm .xlsb .xltm .xlam .xls
AddType application/download .bmp .gif .jpg .jpeg .png .doc .docx .dot .pdf .pptx .pps .ppt .txt .xlsx .xlsm .xlsb .xltm .xlam .xls

RewriteCond %{REQUEST_URI} ^/index.php?option=com_xmap&view=xml&id=1
RewriteRule .* ^/sitemap.xml
.., сам же index.php пустой, подскажите где можно ещё посмотреть
*

akhalex38

  • Захожу иногда
  • 171
  • 1 / 0
Re: Проблема с кнопкой Главная
« Ответ #3 : 15.06.2015, 17:01:34 »
configuration.php не дал результатов?
*

akhalex38

  • Захожу иногда
  • 171
  • 1 / 0
Re: Проблема с кнопкой Главная
« Ответ #4 : 15.06.2015, 17:02:43 »
Ссылка нерабочая, так бы посмотрел.
*

akhalex38

  • Захожу иногда
  • 171
  • 1 / 0
Re: Проблема с кнопкой Главная
« Ответ #5 : 15.06.2015, 21:42:53 »
Посмотри тип пункта меню. Там что?
*

Gosha5767

  • Захожу иногда
  • 487
  • 27 / 0
Re: Проблема с кнопкой Главная
« Ответ #6 : 15.06.2015, 22:11:47 »
У вас на кнопке вот так: ( / - основной URL + http:/www.polycompozit.com)
<li class="current active" data-id="204" data-level="1">
<a class="" href="/http:/www.polycompozit.com/"  >Главная </a>
</li>
А надо вот так:
<li class="current active" data-id="204" data-level="1">
<a class="" href="/">Главная</a>
</li>
Чистка сайта от дублей в Яндекс и Google.
Миграция Joomla 1.5 до Joomla 3.хх
Доработка сайта
*

04r12

  • Захожу иногда
  • 168
  • 9 / 0
  • Позитив есть! Чего и вам желаю=)
Re: Проблема с кнопкой Главная
« Ответ #7 : 16.06.2015, 08:34:27 »
Уже второй раз открывается тема с этим сайтом только на моей памяти (и в прошлый раз советов дано было много). Соответственно либо ТС невнимателен к советам, либо это банальная накрутка посещаемости. ТС, отпишитесь в личку, если действительно нужна помощь.
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Проблема из chosen.php генерит js ошибку

Автор platonische

Ответов: 0
Просмотров: 1092
Последний ответ 20.05.2020, 11:11:03
от platonische
Проблема с кешем?

Автор bandanu

Ответов: 5
Просмотров: 1635
Последний ответ 29.11.2019, 00:57:10
от gartes
Проблема с настройками вывода материалов в 2 колонки

Автор TowRed

Ответов: 31
Просмотров: 14954
Последний ответ 04.10.2019, 06:01:24
от Sveta2889
Проблема после обновление с 2.5.19 на 2.5.28

Автор Осет72

Ответов: 5
Просмотров: 1243
Последний ответ 08.01.2017, 16:20:14
от ProtectYourSite
[Решено] Проблема с выводом даты и часовым поясом

Автор afikus

Ответов: 6
Просмотров: 7947
Последний ответ 28.12.2016, 14:16:50
от newvideo