Quote:
Originally Posted by CYF
that would be apache.
are you getting any kind of server error?
|
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
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-F
RewriteCond %{REQUEST_FILENAME} !-D
RewriteRule (.*) index.php [L]
|