I have used your .htaccess and configured it to my site...
##### Re-directing Begin #####
Options +FollowSymLinks
Options Indexes FollowSymLinks
Options +ExecCGI
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.o2serbia.com/ [R=301,L]
RewriteCond %{HTTP_HOST} ^www.o2serbia\.com$ [NC]
RewriteRule ^(.*)$ http://www.o2serbia.com/$1 [R=301,L]
##### Re-directing End #####
and now I'm getting this message:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept
cookies.
AND I AM ACCEPTING COOKIES!
Please, help!



Linear Mode




