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.
Для прописания правил в .htaccess нужно знать что на что заменять.Не могу составить правильное правило для чпу
RewriteEngine on
RewriteRule ^([^/]+)/$ index.php?g=$1 [L,QSA]
RewriteRule ^(.+?)/[\w\-]+[^/]$ %{REQUEST_URI}/ [R=301,QSA]
RewriteRule ^([^/]+)/([\w\-]+)/$ index.php?g=$1&mark=$2 [QSA]
RewriteRule ^([^/]+)/(\w+)/(\w+)/[\d]{4}\/id([\d]+)$ index.php?g=$1&mode=card&id=$4&mark=$2&model=$3 [QSA]
RewriteRule ^([^/]+)/?(\w+)?/?(\w+)?/$ index.php?g=$1&mode=search&mark=$2&model=$3&%{QUERY_STRING} [L]