SLIR only shows Alt text when .htaccess rewrite rules moved to vhosts

70 views
Skip to first unread message

Qhog

unread,
Dec 20, 2012, 12:19:48 PM12/20/12
to smart-lencioni...@googlegroups.com
Hi Joe,

First, great product. We've been using it in a project development for about a year now. Works fine.

However, when we moved the rewrite rules to Vhosts, we just see the Alt text, not the image. The Rewrite engine is working as there's a few other things that wouldn't work otherwise.

We're having to use the non-mod_rewrite format (slir/?w=100&h=100) to get it to work. If we try to use the normal format, we just see alt text.

In .htaccess mode, the following rules match:

RewriteCond %{REQUEST_FILENAME}  -s [OR]
RewriteCond %{REQUEST_FILENAME}  -l [OR]
RewriteCond %{REQUEST_FILENAME}  -d [OR]
RewriteCond %{REQUEST_URI}  ^/favicon.ico$
RewriteRule ^.*$ - [NC,L]

In Vhosts mode, they don't.

Any ideas?

Regards

Qhog

Reply all
Reply to author
Forward
0 new messages