zemiau bendras principas is drupal install sourco, tau reikes modifikuot, kad tiktu tavo subdomenams gal googlej teisingai uzklauses gausi ir 1:1 tau reikalinga varianta # To redirect all users to access the site WITH the 'www.' prefix, # (http://example.com/... will be redirected to http://www.example.com/...) # adapt and uncomment the following: # RewriteCond %{HTTP_HOST} ^example\.com$ [NC] # RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] # # To redirect all users to access the site WITHOUT the 'www.' prefix, # (http://www.example.com/... will be redirected to http://example.com/...) # uncomment and adapt the following: # RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC] # RewriteRule ^(.*)$ http://example.com/$1 [L,R=301] "remigijus" <rmgonline@gmail.com> wrote in message news:hqq7ou$a9t$1@trimpas.omnitel.net... > kaip padaryti (su .htaccess?), kad surinkus info.adresas.lt nukreiptu i > turini esanti adresas.lt/info ? >