Hi all,i think i found bug when trying to login, joomla is 1.5.18 and k2 i 2.2i made some modifications to my .htacces filethis is the rule i addedRewriteCond %{HTTP_HOST} ^www\.mysite\.rs$ [NC]RewriteRule ^(.*)$
mysite.rs/$1 [R=301,L]RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/RewriteRule ^index\.php$
mysite.rs/ [R=301,L]and im using standard joomla SEF, when i activate it i redirect my site to non www link e.g.
mysite.com and in frontend i cant login, my page just refresh it self and nothing happens, when i turn SEF off i works normal, ill test soon what happens when i only redirect my site to link with www and i will report is it a bug with non www link or not (as soon as i restore my backup since i reinstalled all to see what made the problem).