1)Подскажите, где можно отключить или заменить значек друпал перед адресом,
2)включаются чистые ссылки, это как-то влияет на поисковые машины или только удобство пользователя
favicon.ico в корне сайта замените,
и не забудьте сбросить кэш браузера,
а если есть кэширование на стороне сервера, то и там ,
а то долго будете мучатся
конка выкл. сам не понял каким образом все делал как и прежде.
осталось разобратся с чистыми ссылками.
друпал установлен в разделе суб доменна и .htaccess думаю в порядке так как доэтого все работало в основном домене.
возможно это бок версии 6.15. где можно исправить
«конка выкл. сам не понял каким образом все делал как и прежде.» - кэш в броузере медленный, у меня была подобная ситуация как-то раз. Пока не перенес с тест площадки на нормальный адрес(т.е. днс-ка освежилась) иконка болталась та, которая закэшилась в начале.
«кнопки Clean URL не активны вообще, как это м можно исправить»
Наверное тупо не держит платформа сию опцию. Надо рыть глубже
Посмотрите на странице admin/reports/status/php
в разделе apache2handler
субраздел Loaded modules
модуль mod_rewrite загружен ?
Если нет то либо напрягать хостеров (если шаред хостинг),
либо подключать mod_rewrite (если VPS или свой сервер)
скорей всего Вы об этом говорили:
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
....
думаю лучше хостпро мучать пускай вкл.
как то странно перед этим ставил в корень паблик_ХТМЛ и все работало, правда по верх 6.14 может действительно проблема в версии
ответ хостера:
Режим mod_rewrite включен на всех наших серверах.
Вам необходимо в файл .htaccess добавить строку
RewriteEngine On
И вписать необходимые Вам правила.
Вот стандартный код, вставьте его и все должно заработать
# # Apache/PHP/Drupal settings: #
# Protect files and directories from prying eyes. <FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
Order allow,deny </FilesMatch>
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make Drupal handle any 404 errors.
ErrorDocument 404/index.php
# Force simple error message for requests for non-existent favicon.ico. <Files favicon.ico> # There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404"The requested file favicon.ico was not found.
</Files>
# Set the default handler.
DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
# Enable expirations.
ExpiresActive On
# Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600
<FilesMatch \.php$>
# Do not allow PHP scripts to be cached unless they explicitly send cache
# headers themselves. Otherwise all scripts would have to overwrite the
# headers set by mod_expires if they want another caching behavior. This may
# fail if an error occurs early in the bootstrap process, and it may cause
# problems if a non-Drupal PHP file is installed in a subdirectory.
ExpiresActive Off
</FilesMatch>
</IfModule>
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# If your site can be accessed both with and without the 'www.' prefix, you
# can use one of the following settings to redirect users to your preferred
# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
#
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# uncomment and adapt the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
# RewriteBase /drupal
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
# RewriteBase /
# Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
Комментарии
В настройках темы
Да
Обидно, да!
выкл иконку и свою закачивал не помогает,
что делать
Тут экстрасенсов нет
подскажите где это посмотреть или что еще попобовать можно с иконками
favicon.ico в корне сайта замените,
и не забудьте сбросить кэш браузера,
а если есть кэширование на стороне сервера, то и там ,
а то долго будете мучатся
Попробуйте посмотреть логи ошибок
конка выкл. сам не понял каким образом все делал как и прежде.
осталось разобратся с чистыми ссылками.
друпал установлен в разделе суб доменна и .htaccess думаю в порядке так как доэтого все работало в основном домене.
возможно это бок версии 6.15. где можно исправить
пасиб за помощь
кнопки Clean URL не активны вообще, как это м можно исправить
«конка выкл. сам не понял каким образом все делал как и прежде.» - кэш в броузере медленный, у меня была подобная ситуация как-то раз. Пока не перенес с тест площадки на нормальный адрес(т.е. днс-ка освежилась) иконка болталась та, которая закэшилась в начале.
«кнопки Clean URL не активны вообще, как это м можно исправить»
Наверное тупо не держит платформа сию опцию. Надо рыть глубже
Посмотрите на странице admin/reports/status/php
в разделе apache2handler
субраздел Loaded modules
модуль mod_rewrite загружен ?
Если нет то либо напрягать хостеров (если шаред хостинг),
либо подключать mod_rewrite (если VPS или свой сервер)
скорей всего Вы об этом говорили:
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
....
думаю лучше хостпро мучать пускай вкл.
как то странно перед этим ставил в корень паблик_ХТМЛ и все работало, правда по верх 6.14 может действительно проблема в версии
Нет,я об этом
ответ хостера:
Режим mod_rewrite включен на всех наших серверах.
Вам необходимо в файл .htaccess добавить строку
RewriteEngine On
И вписать необходимые Вам правила.
осталось только понять как я это сделаю если размер файла 0кило
чем его открывать и как вписывать
обычным текстовым редактором открывается...добавляешь строку, а остальным должен заняться path-модуль друпала
Так вы не скопировали из дистрибутива .htaccess ?
возьмите из дистрибутива друпал, там уже все прописано для clean url
я что то я вно не так делаю только что вообще все исчезало
как понимать инструкцию с друпал орга
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
слово Directory менять, всемто example.com писать адрес основного доменна или суб.доменна,
Спасибо за терпение!
Вот стандартный код, вставьте его и все должно заработать
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
Order allow,deny
</FilesMatch>
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php
# Force simple error message for requests for non-existent favicon.ico.
<Files favicon.ico>
# There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found.
</Files>
# Set the default handler.
DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1.
<IfModule mod_php4.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# PHP 4, Apache 2.
<IfModule sapi_apache2.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
# Enable expirations.
ExpiresActive On
# Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600
<FilesMatch \.php$>
# Do not allow PHP scripts to be cached unless they explicitly send cache
# headers themselves. Otherwise all scripts would have to overwrite the
# headers set by mod_expires if they want another caching behavior. This may
# fail if an error occurs early in the bootstrap process, and it may cause
# problems if a non-Drupal PHP file is installed in a subdirectory.
ExpiresActive Off
</FilesMatch>
</IfModule>
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# If your site can be accessed both with and without the 'www.' prefix, you
# can use one of the following settings to redirect users to your preferred
# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
#
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# uncomment and adapt the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
# RewriteBase /drupal
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
# RewriteBase /
# Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
# $Id: .htaccess,v 1.90.2.4 2009/12/07 12:00:40 goba Exp $
СПС.. вставил
предложеный код в тело .htaccess
и вложил в раздел суб доменна и все заработало..