Trinom píše:Přes .htaccess to asi tak snadno nepůjde, nevím...
Standardně se to nastavuje ve vhosts.conf.
Kód: Vybrat vše
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)\.html$ %{DOCUMENT_ROOT}/example/index.php?stranka=$1 [L,QSA]
RewriteCond %{HTTP_HOST} ^jezisek\.com
RewriteRule ^(.*)\.html$ %{DOCUMENT_ROOT}/jezisek/index.php?stranka=$1 [L,QSA]

