|
i-do
Гость
|
 |
« Ответ #60 : 05.09.2007, 12:36:56 » |
|
Я поставил OpenSEF, вроде работает. Но сомнения есть, это ж лицо сайта для поисковых систем. Не было бы глюков. Да и разработчик закрылся у себя.
|
|
|
|
|
Записан
|
|
|
|
OtakaClub
Захожу иногда

Репутация: +0/-0
Offline
Сообщений: 9
|
 |
« Ответ #61 : 03.12.2007, 12:43:28 » |
|
Доброго времени суток. Проблема со стандартным sef. Перечитал все темы на форуме но ничего не выходит. вводные. На хостинге стоит Апачь mod_rewrite включен. со слов тех поддержки # php_value register_globals 0 # php_value display_errors 0 # php_value file_uploads 1 # php_value magic_quotes_gpc 1 # php_value magic_quotes_runtime 0 # Options +FollowSymLinks пробывал раскомментировать результата нет. # RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] RewriteRule ^(/content/|/component/) index.php joomla стоит в корне файл .htaccess переименован. В абсолютном пути к сайту есть папки. Как написано в одной из тем пробывал (/component/option,com) сюды подставлять. Ничего не меняется. Т.е. ссылки формируются но не переходит. ЧТо не так сделал ? Уже и не знаю что делать Может как то можно проверить для начала работоспособность .htaccess
|
|
|
|
« Последнее редактирование: 03.12.2007, 12:46:44 от OtakaClub »
|
Записан
|
|
|
|
Natasha
Осваиваюсь на форуме
 
Репутация: +16/-0
Offline
Пол: 
Сообщений: 112
|
 |
« Ответ #62 : 03.12.2007, 18:04:28 » |
|
а в не SEF ссылке Itemid прописан?
|
|
|
|
|
Записан
|
|
|
|
OtakaClub
Захожу иногда

Репутация: +0/-0
Offline
Сообщений: 9
|
 |
« Ответ #63 : 03.12.2007, 18:56:32 » |
|
а в не SEF ссылке Itemid прописан?
Хороший вопрос... не совсем понял его
|
|
|
|
|
Записан
|
|
|
|
Natasha
Осваиваюсь на форуме
 
Репутация: +16/-0
Offline
Пол: 
Сообщений: 112
|
 |
« Ответ #64 : 04.12.2007, 10:50:51 » |
|
у тебя естьб не SEF ссылки index.php?option=content&task=view...... и SEF ссылки /content/task/.....
так вот - прописан ли Itemid в не SEF ссылку?
|
|
|
|
|
Записан
|
|
|
|
OtakaClub
Захожу иногда

Репутация: +0/-0
Offline
Сообщений: 9
|
 |
« Ответ #65 : 04.12.2007, 11:06:58 » |
|
Вы уж извиняйте.. я в этом не много понимаю. .htaccess привел выше. Все остальное по дефолту Joomla 1.0.12. Все началось с OpenSEF после его установки и включения сайт вообще перестает открываться.. Решил начать с малого разобраться со стандартным SEF. Буду очень благодарен за помощь.
|
|
|
|
|
Записан
|
|
|
|
Poseidon
Осваиваюсь на форуме
 
Репутация: +0/-0
Offline
Сообщений: 100
|
 |
« Ответ #66 : 18.02.2009, 13:36:26 » |
|
при включении SEF неработают ни динамические ни SEF url хотя на локале все работает замечательно ARTIO JoomSEF v2.3.2+joomla 1.0.15 .htaccess DirectoryIndex index.php Options -Indexes php_value upload_max_filesize 20m AddDefaultCharset windows-1251
## # @version $Id: htaccess.txt 5973 2006-12-11 01:26:33Z robs $ # @package Joomla # @copyright Copyright (C) 2005 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. # # Only use one of the two SEF sections that follow. Lines that can be uncommented # (and thus used) have only one #. Lines with two #'s should not be uncommented # In the section that you don't use, all lines should start with # # # For Standard SEF, use the standard SEF section. You can comment out # all of the RewriteCond lines and reduce your server's load if you # don't have directories in your root named 'component' or 'content' # # If you are using a 3rd Party SEF or the Core SEF solution # uncomment all of the lines in the '3rd Party or Core SEF' section # #####################################################
##### SOLVING PROBLEMS WITH COMPONENT URL's that don't work ##### # SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED # OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING # # In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line: # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes## # May need to be uncommented. If you are running your Joomla!/Mambo from # a subdirectory the name of the subdirectory will need to be inserted into this # line. For example, if your Joomla!/Mambo is in a subdirectory called '/test/', # change this: # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes## # to this: # RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes## # #####################################################
## Может быть закомментировано, если вызывает ошибку сервера. Смотрите примечания выше. #Options FollowSymLinks #
# # Включение mod_rewrite
RewriteEngine On ## Может быть закомментировано, если вызывает ошибку сервера. Смотрите примечания выше. #Options FollowSymLinks #
# Раскомментируйте следующую строку, если ваши URL web-сервера # не связаны напрямую с физическими путями файлов. # Обновите ВашКаталогJoomla (используйте "/" для обозначения корня сервера)
# RewriteBase /
########## Начало раздела стандартного SEF ########## Используйте эту секцию ТОЛЬКО для работы встроенного SEF Joomla ## ВСЕ (RewriteCond) строки в этой секции необходимы только если ## на вашем сервере имеются каталоги с названиями 'content' или 'component' ## Если каталоги с такими названиями отсутствуют, то закомментируйте эти строки. # #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##опционально - смотрите примечания## #RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule (.*) index.php # ########## Конец раздела стандартного SEF
########## Начало раздела SEF сторонних разработчиков или Core SEF ########## Используйте этот раздел, если вы используете SEF-расширения типа OpenSEF, 404_SEF, 404SEFx, JoomSEF, SEF Advance и т.д. # #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##опционально - смотрите примечания## RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php # ########## Конец раздела SEF сторонних разработчиков или Core SEF
########## Начало - Правила обработки запросов для блокировки распространенных эксплоитов ## 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 set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## Конец - Правила обработки (Rewrite rules) для блокировки распространенных эксплоитов
|
|
|
|
« Последнее редактирование: 29.07.2010, 23:24:22 от userxp »
|
Записан
|
|
|
|
Erla
Захожу иногда

Репутация: +1/-0
Offline
Пол: 
Сообщений: 10
|
 |
« Ответ #67 : 04.07.2009, 15:26:02 » |
|
Помогите мне тоже разобраться. У меня ссылки выглядят таким образом: http://www.mydomain.com/ 2009-03-28-07-46-42.html?page=shop.browse&category_id=1621Включил стандартный SEF Joomla из доп. компонентов у меня VirtueMart 1.1.0 поддержка mod_rewrite есть переименовал в .htaccess Что у меня не так? ## # @version $Id: htaccess.txt 9975 2008-01-30 17:02:11Z ircmaxell $ # @package Joomla # @copyright Copyright (C) 2005 - 2008 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
# 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 # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section
########## 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 set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits
|
|
|
|
« Последнее редактирование: 29.07.2010, 23:24:03 от userxp »
|
Записан
|
|
|
|
|
Coca-Kolya
Гость
|
 |
« Ответ #68 : 29.07.2010, 19:24:45 » |
|
поставил себе флипбук на Joomla 1.5.4 когда набираешь в url адрес сайта выводит ссылку типа: http://sait.ru/index2.php?option=com_flippingbook&view=book&id=1 хотелось бы чтобы отображалось просто типа http://sait.ru/index.php или типа http://sait.ru подскажите пожалуйста что сделать.
|
|
|
|
|
Записан
|
|
|
|
|
userxp
|
 |
« Ответ #69 : 29.07.2010, 23:22:42 » |
|
написать SEF-роутер для флиппин бук
можно взять router.php с другого компонента и переделать под com_flippingbook
|
|
|
|
|
Записан
|
|
|
|
|
userxp
|
 |
« Ответ #70 : 29.07.2010, 23:25:35 » |
|
Что у меня не так?
не так с router.php для com_virtuemart
|
|
|
|
|
Записан
|
|
|
|
|
specstroy-ekb
Гость
|
 |
« Ответ #71 : 11.09.2010, 13:08:24 » |
|
Добрый день. Вот такая проблема. Вот ссылка http://спецтехника-рф.com/catalog/ekaterinbyrg-i-oblasti.html она правильная. Однако в админке в SEF url она отображается вот так /2010-08-12-13-47-25/ekaterinbyrg-i-oblasti.html как и все ссылки. Что я только не делал и эти ссылки удолял и категории новые делал, не помогает. Тоесть проблема в точ, что за место цифр должно отображаться слово catalog как исправить?
|
|
|
|
|
Записан
|
|
|
|
3PA3OK
Осваиваюсь на форуме
 
Репутация: +3/-0
Offline
Сообщений: 51
|
 |
« Ответ #72 : 26.08.2011, 18:31:47 » |
|
Здравствуйте джумляне! Вот какая трабла с ссылками при использовании Стандартный SEF: JCE - генерирует обрезанную ссылку на картинку в материале /image/stories/ и тд. Такая же енрунда с файлом для скачивания. А при скачивании и открытии статьи с картинками ссылка ведёт http://сайт/ каталог/статья/image/stories/ Приходиться вручную менять на http://сайт/image/stories/ И еще логотип в хедере добавляет к адресу index.php и понятное дело никуда не переводит, а 404. Адрес сайта: http://atlantislux.com/index.php ЧПУ делал опосля, позно узнал. Search Engine Friendly URLs Yes Use Apache mod_rewrite Yes Add suffix to URLs No .htaccess ## # @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $ # @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 RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits
# 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 # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section
|
|
|
|
« Последнее редактирование: 26.08.2011, 18:49:41 от 3PA3OK »
|
Записан
|
|
|
|
3PA3OK
Осваиваюсь на форуме
 
Репутация: +3/-0
Offline
Сообщений: 51
|
 |
« Ответ #73 : 05.09.2011, 19:52:43 » |
|
Решение работы лого. Нашёл с помощью AVSearch фрагмент кода <h1 class="logo"> <a href="index.php" в шаблоне прописана ссылка "index.php" заменил на "/", правда он оказался, там где никто не предпологал: /atlantislux.com/templates/gk_postnote/layouts/blocks/mainnav.php
|
|
|
|
|
Записан
|
|
|
|
shiryaev
Захожу иногда

Репутация: +0/-0
Offline
Пол: 
Сообщений: 21
|
 |
« Ответ #74 : 09.01.2012, 15:46:00 » |
|
Добрый день! У меня такая проблема - при включенном стандартном SEO не работает шаг со способом оплаты на этапе оформления заказа - вылетает ошибка 404: Not Found! отключаешь SEO в настройках сайта - все работает, но ссылки остаются некрасивыми...(( пробовал различные конфигурации настроек оформления заказа в админке ВМ - все бесполезно! сторонние SEF компоненты ставить не хочу.. сайт на локалке, mod_rewrite включен, htaccess переименован... Помогите пожалуйста решить проблему!! несколько дней уже мучаюсь(( стоит VirtueMart 1.1.6 и Joomla 1.5.22.
|
|
|
|
|
Записан
|
|
|
|
shiryaev
Захожу иногда

Репутация: +0/-0
Offline
Пол: 
Сообщений: 21
|
 |
« Ответ #75 : 13.01.2012, 14:34:51 » |
|
Добрый день! У меня такая проблема - при включенном стандартном SEO не работает шаг со способом оплаты на этапе оформления заказа - вылетает ошибка 404: Not Found! отключаешь SEO в настройках сайта - все работает, но ссылки остаются некрасивыми...(( пробовал различные конфигурации настроек оформления заказа в админке ВМ - все бесполезно! сторонние SEF компоненты ставить не хочу.. сайт на локалке, mod_rewrite включен, htaccess переименован... Помогите пожалуйста решить проблему!! несколько дней уже мучаюсь(( стоит VirtueMart 1.1.6 и Joomla 1.5.22.
плюс вот еще что обнаружил непонятного в поведении Joomla: когда отключаешь стандартный SEO - не отображается главная страница (ошибка 404)! это происходит, если кликаешь по логотипу сайта и по пункту меню "Главная" в топменю!! при этом домашняя страница из мэйнменю прекрасно открывается!! в админке в топменю по умолчанию стоит пункт "Главная", но как только ставишь по умолчанию какой-нибудь другой пункт - он перестает отображаться во фронтенде!! знающие люди, подскажите, что это такое происходит?? и как это все исправить?? самостоятельно решить проблему не могу уже несколько дней, поэтому оочень прошу помощи!
|
|
|
|
|
Записан
|
|
|
|
Lustukru
Новичок
Репутация: +0/-0
Offline
Пол: 
Сообщений: 2
|
 |
« Ответ #76 : 08.02.2012, 18:29:11 » |
|
Добрый вечер начал осваивать Joomla, столкнулся с такой проблемкой:на главной странице не хочет работать ссылка с адресом: index.php?option=com_content&task=view&id=17&2Itemid=1в адресной строке браузера выводит http://my_site/component/content/?task=view&id=17&8Itemid=1и не переходит в нужный материал (Ошибка 404 - Категория не найдена) если создать эту же ссылку в материале, размещенном не на гл. странице, то она нормально работает, в адресной строке пишет: http://my_site/меню4/мат1.html?task=view&id=17&8Itemid=1как исправить ситуацию? ____________________ установлен Denwer + Joomla 1.7.3 сайт на локалхосте в админпанели в настройках SEO все четыре пункта стоят "Да" файл .htaccess находится в my_site\www\  Сам розобрался: для главной строницы нужно адрес ссылки прописать, как: index.php?task=view&id=19&2Itemid=1 или ?task=view&id=19&2Itemid=1
|
|
|
|
« Последнее редактирование: 10.02.2012, 16:23:14 от Lustukru »
|
Записан
|
|
|
|
|