Please tell me if conditions RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\.domenas\.lt$ [NC] RewriteRule ^(.*)$ http://www.domenas.lt/$1 [R=301,L] is SE friendly. Also, should I redirect domain.com/ to domain.com/index.php or there is no difference?
What are you trying to accomplish with your first code ? Also, I always redirect /index.php to domain domain.com/ to prevent PR and SEO jucie splitting. With a redirect all the valuse of /index.php will be focus on the domain instead.
In 1st example I am redirecting http://domain.com to http://[B]www.[/B]domain.com My question was actually whitch one from the list should I choose: 1. Should I redirect domain.com/ to domain.com/index.php OR 2. Should I redirect domain.com/index.php to domain.com/