Hi,
Finally got everything working on my SUSE11 ISPConfig setup with mod_rewrite.
but now it looks like I can't access files that are not going through the rewrite engine.
For example I can't access images or CSS files (word press)
If I enter the URL to an image it just takes me to the unformated front page, no images, no css.
This is what I have in the Apache Directives box.
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Recent comments
1 day 5 hours ago
1 day 5 hours ago
1 day 10 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 6 hours ago
2 days 10 hours ago
2 days 12 hours ago