Web Hosting Talk







View Full Version : mod_rewrite


basf
03-01-2005, 10:18 AM
I've set for one domain:
RewriteEngine on
RewriteRule ^.*$ /servers/hosts/fatboy/downloaderpl/index.php


But there is a problem with including images beacuse any request to gfx catalog return index.php, so I tried like that:


RewriteRule !^/(gfx)/.*$ /servers/hosts/fatboy/downloaderpl/gfx/$2
RewriteRule ^/(gfx)/(.*)$ /servers/hosts/fatboy/downloaderpl/gfx/$2

but it doesn't work
Could you please help me?

Regards,
A.K.