#2 Kit
to jsem právě zkoušel, ale nefungovalo to
tady přikládám .htacess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^abczakazky\.cz
RewriteRule (.*) http://www.abczakazky.cz/$1 [R=301,L]
RewriteBase /
RewriteCond %{REQUEST_URI} index.php
RewriteCond %{QUERY_STRING} !page
RewriteRule . / [R=301,L]
RewriteCond %{REQUEST_URI} !im\.php
RewriteCond %{REQUEST_URI} !imeu\.php
RewriteCond %{REQUEST_URI} !images\.php
RewriteCond %{REQUEST_URI} !ares\.php
RewriteCond %{REQUEST_URI} !adminer\.php
RewriteCond %{REQUEST_URI} !download\.php
RewriteCond %{REQUEST_URI} !srovnat\.php
RewriteCond %{REQUEST_URI} !sitemap\.xml
RewriteCond %{REQUEST_URI} !\.(pdf|js|ico|gif|jpg|png|css|rar|zip|tar|xml\.gz|swf)$
RewriteCond %{QUERY_STRING} !page
RewriteRule ^(.*[^/])$ /$1/ [R=301,L]
RewriteRule ^([^/]+.)*/$ /index.php?page=$1 [L,QSA]
# enable gzip compression
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript text/javascript application/javascript application/json
</IfModule>
php_value allow_url_fopen On