Hi,
Replace the following: RewriteCond %{REQUEST_URI} !^/index\.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php [L] With: FallbackResource /index.php
Thanks so much, as usual. That's very helpful. After like ten hours of debugging, I also *just* figured out there's a problem with joomla that's involved here as well.
dave