Господа подскажите!!! Если так то не работает!!
# BEGIN Url Rewrite section
# Various rewrite rules.
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
#RewriteBase /drupal
# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
#RewriteRule node.php index.php?q=node/view/%1 [L]
# Rewrite old-style URLs of the form 'module.php?mod=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
#RewriteRule module.php index.php?q=%1 [L]
# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
# END Url Rewrite section
# BEGIN Url Rewrite section
# (Automatically generated. Do not edit this section)
Options +FollowSymlinks
RewriteEngine On
RewriteBase /http://www.photografia.ru/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteCond %{REQUEST_URI} !/http://www.photografia.ru/$
RewriteRule . - [L]
RewriteCond %{HTTP:Authorization} (.+)
RewriteCond %{QUERY_STRING} !g2_authorization=
RewriteRule . %{REQUEST_URI}?g2_authorization=%1 [QSA]
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule . /portfolio/modules/webdav/data/options/ [QSA,L]
RewriteCond %{THE_REQUEST} /http://www.photografia.ru/d/([0-9]+)-([0-9]+)/([^/?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/http://www.photografia.ru/$
RewriteRule . /portfolio/main.php?g2_view=core.DownloadItem&g2_itemId=%1&g2_serialNumber=%2&g2_fileName=%3 [QSA,L]
RewriteCond %{THE_REQUEST} /http://www.photografia.ru/v/([^?]+)\.davmount(\?.|\ .)
RewriteCond %{REQUEST_URI} !/http://www.photografia.ru/$
RewriteRule . //?q=gallery&g2_view=webdav.DownloadDavMount&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /http://www.photografia.ru/w(/[^?]*)?(\?.|\ .)
RewriteCond %{REQUEST_URI} !/http://www.photografia.ru/$
RewriteRule . //?q=gallery&g2_controller=webdav.WebDav&g2_path=%1 [QSA,L]
RewriteCond %{THE_REQUEST} /http://www.photografia.ru/v/([^?]+)(\?.|\ .)
RewriteCond %{REQUEST_URI} !/http://www.photografia.ru/$
RewriteRule . //?q=gallery&g2_path=%1 [QSA,L]
# END Url Rewrite section
А если так то работает
# BEGIN Url Rewrite section
# Various rewrite rules.
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
#RewriteBase /drupal
# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
#RewriteRule node.php index.php?q=node/view/%1 [L]
# Rewrite old-style URLs of the form 'module.php?mod=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
#RewriteRule module.php index.php?q=%1 [L]
# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
# END Url Rewrite section
Где конфликт что нужно исправить наверное в RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
??????????????????????????
Комментарии
Нет!! Это я длинно написал!
Короче будет так!
Старался прикрутить gallery 2 к Drupal 5 все вроде сделал но есть одна заковыка!!
Вот есть .htaccess в нем есть строка
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Я добавляю
RewriteBase /http://www.photografia.ru/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} gallery\_remote2\.php
RewriteCond %{REQUEST_URI} !/http://www.photografia.ru/$
RewriteRule . - [L]
И сразу ссылка node/1 перстает работать!! Что надо править откуда ноги растут тут! ????