-
MODX Staff
- 12,272 Posts
Comment out the rules and add them back one-by-one in the MODx file to see what’s killing it.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
None of them just on their own screws it up, but if both
RewriteCond %{REQUEST_FILENAME} !-f
and
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
are enabled it doesn’t.
-
MODX Staff
- 10,725 Posts
Are you using any kind of friendly URL mod for IPB? If the file or directory being requested is a physical resource within IPB (i.e. the file or folder exists on the file system), everything should work fine. If IPB URLs are pointing at virtual resources, how does IPB handle finding the correct file when a virtual resource URL is sent to the web server? If not using mod_rewrite, how is this accomplished in IPB?