редактирование .htaccess

Статус
В этой теме нельзя размещать новые ответы.

denisola

Постоялец
Регистрация
8 Апр 2008
Сообщения
87
Реакции
18
народ подскажите что нужно дописать в этом ( .htaccess) файле что бы припаркованный домен с шоп скрипт открывался не только с index.php.
суть такая есть сайт с веб асистен. он находится в папке публик хтмл. припаркованный сайт находится в публик хтмл/ название паки.
файл .htaccess наъходится в главной дирректории эго содержимое ниже
# User custom .htaccess config (/published/wbsadmin/html/configs/.htaccess.user)

AddType application/x-httpd-php5 .php



# WebAsyst .htaccess config
AddDefaultCharset cp-1251
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop/(repo_themes|js|3rdparty|images_common|products_pictures|images|themes|css)/(.*)$ published/SC/html/scripts/$1/$2?frontend=1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop/(imgval.php|wbs_messageserserver.php) published/SC/html/scripts/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(repo_themes|js|3rdparty|images_common|products_pictures|images|themes|css)/(.*)$ published/SC/html/scripts/$1/$2?frontend=1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(imgval.php|wbs_messageserserver.php|get_file.php) published/SC/html/scripts/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop(.*) published/SC/html/scripts/$1&frontend=1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^login/(.*) login/index.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^installer/(.*) installer/index.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^published/$ published/index.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^published
RewriteRule (.*) published/SC/html/scripts/index.php?__furl_path=$1&frontend=1 [QSA]
RewriteCond %{REQUEST_FILENAME} !-f


при открытие интернет магазина с шоп скрипт такой вот ответ
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, wwwadmin@?????.ru and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at Для просмотра ссылки Войди или Зарегистрируйся Port 80

подскажите пли что сделать.
 
народ подскажите что нужно дописать в этом ( .htaccess) файле что бы припаркованный домен с шоп скрипт открывался не только с index.php.
DirectoryIndex имя_индексного_файла.html

Действие этого файла распространяется на все вложенные папки.

пример:
Код:
DirectoryIndex Start.html
 
DirectoryIndex имя_индексного_файла.html

Действие этого файла распространяется на все вложенные папки.

пример:
Код:
DirectoryIndex Start.html

я не понимаю что ты написал. Если не затруднит дополни текст который ниже.
# User custom .htaccess config (/published/wbsadmin/html/configs/.htaccess.user)

AddType application/x-httpd-php5 .php



# WebAsyst .htaccess config
AddDefaultCharset cp-1251
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop/(repo_themes|js|3rdparty|images_common|products_pictures|images|themes|css)/(.*)$ published/SC/html/scripts/$1/$2?frontend=1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop/(imgval.php|wbs_messageserserver.php) published/SC/html/scripts/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(repo_themes|js|3rdparty|images_common|products_pictures|images|themes|css)/(.*)$ published/SC/html/scripts/$1/$2?frontend=1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(imgval.php|wbs_messageserserver.php|get_file.php) published/SC/html/scripts/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop(.*) published/SC/html/scripts/$1&frontend=1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^login/(.*) login/index.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^installer/(.*) installer/index.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^published/$ published/index.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^published
RewriteRule (.*) published/SC/html/scripts/index.php?__furl_path=$1&frontend=1 [QSA]
RewriteCond %{REQUEST_FILENAME} !-f


если из этого текста убрать вс что ниже RewriteEngine on
то сайт в папке публикхтмл/моя папка начнёт работать а сайт в папке публик хтмл перестанет
 
чтобы домен открывался не с index.php дописываешь в .htaccess

Код:
DirectoryIndex имя_индексного_файла.html

А по поводу ошибки:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, wwwadmin@?????.ru and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at Для просмотра ссылки Войди или Зарегистрируйся Port 80
ничего не могу сказать, это надо логи сервера смотреть
а лучше в сюппорт хостинга стучите с этой ошибкой
 
ответ от хостинга - Проблема заключалась в директивах mod_rewrite в файле .htaccess.
 
ответ от хостинга - Проблема заключалась в директивах mod_rewrite в файле .htaccess.


идентичная проблема. тоже web asyst а на сабдомене SS. выдаёт туже ошибку. что именно нужно сделать?
 
если SS стоит на поддомене или в папке, а в основе стоит иной движок со своим .htaccess (тем более, с прописанными там mod_rewrite), то все решается просто:
в корень SS выкладывается .htaccess с одной строчкой
и проблема решена...
Конечно, это вряд-ли стработает, если для SS пытались происывать ЧПУ
 
следующий вопрос)
нужно сделать редирект с

на


потому что
уже не существует.

не подскажите как правильно?
 
ну, как вариант, можно попробовать так:
делаем в .htaccess запись
Код:
Redirect 301 /category/zerkalnie-fotoapparaty/ /category/fotoapparaty/

Спасибо, но и это не помогло.
Хостер предложил попробовать следующее:

Redirect permanent /category/zerkalnie-fotoapparaty Для просмотра ссылки Войди или Зарегистрируйся

но тоже неудачно :nezn:
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху