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
*** скрытое содержание ***
$id = $_GET["id"];
php_value display_errors 1
php_value error_reporting 2047
AddHandler application/x-httpd-php .xml
AddDefaultCharset utf8
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{QUERY_STRING} !no_rewrite=?$ [NC]
RewriteCond %{REQUEST_URI} !^/(index.php|ajax.php|pages|robots.txt|sitemap.xml|go.php).*$ [NC]
RewriteCond %{REQUEST_URI} !^/supplements/ [NC]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|png|jpg|ico|swf|fla|zip|doc|xls|pdf|wmv|avi)$ [NC]
RewriteRule ^(.*) /index.php?%{QUERY_STRING} [L]
#RewriteCond %{HTTP_HOST} ^site.ru$
#RewriteRule ^(.*)$ [url]http://www.site.ru/[/url] [R=301,L]