i wanted to redirect because all domains point to one directory and now every domain pints to its directory
where the main domain is other
and here it is
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain2.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.domain2.com$
RewriteRule ^/?$
http://www.domain2/shkupi [R=301,L]