Hi there,
My image directory is being parsed by EE so I don’t see any images on my site and I can’t understand why!
My Setup
- I’m using Engine Hosting
- I’m using the Multiple Site Manager
- The problem is with my second site, which is a subdomain and is using a sub-directory within the main site’s structure
- EE pages are being displayed on the subdomain, but EE seems to be parsing all directories
- I’m using the ‘exclude’ method to remove index.php from my urls. This is working perfectly well on other servers with MSM and on the main site.
Here’s my code for the .htaccess file that’s in my sub-domain’s main directory:
RewriteEngine on
RewriteCond $1 !^(ee|css|img|js|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]
Can anyone spot anything?
I’ve checked with the Knowledgebase on Engine Hosting, but guess what? The “How do I get support in the use of ExpressionEngine Core/Full?” is blank! Not very encouraging.
Cheers
Jim
