Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
если SS стоит на поддомене или в папке, а в основе стоит иной движок со своим .htaccess (тем более, с прописанными там mod_rewrite), то все решается просто:
в корень SS выкладывается .htaccess с одной строчкой
и проблема решена...
Конечно, это вряд-ли стработает, если для SS пытались происывать ЧПУ
RewriteRule ^catalog/273/$ index.php?categoryID=556&category_slug=novyj-god
http://test4.ru/catalog/273/index.php?productID=667
RewriteRule ^catalog/273/$ http://test4.ru/index.php?categoryID=556&category_slug=novyj-god
# WebAsyst .htaccess config
AddDefaultCharset UTF-8
RewriteEngine On
RewriteRule ^catalog/273 index.php?categoryID=556&category_slug=novyj-god [L]
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]
RewriteRule ^catalog/273 index.php?categoryID=556&category_slug=novyj-god [L]
RewriteRule ^catalog/ /
Почти правильно,только сдлеать надо такАналогичный вопрос:
нужно перенаправлять test4.ru/catalog/273/ на index.php?categoryID=556&category_slug=novyj-god
но чтобы адрес сохранялся. Сделал так:
PHP:RewriteRule ^catalog/273/$ index.php?categoryID=556&category_slug=novyj-god
RewriteRule ^catalog/273(/)?$ index.php?categoryID=556&category_slug=novyj-god [L]
следующий вопрос)
нужно сделать редирект с
на
потому что
уже не существует.
не подскажите как правильно?
RewriteRule ^category/zerkalnie-fotoapparaty(/)?$ /category/fotoapparaty/ [R]