Quote:
Originally Posted by Just Alex
No. Just broken images all over. As soon as I remove this part, images work but rewrite is gone and all links aren't working
|
CAn you try changing this line:
RewriteRule (.*) index.php [L]
to this:
RewriteRule . /index.php [L]
and see if it works?