Page 1 of 1

rewrite rule working but no images

Posted: Thu Jul 10, 2008 6:42 am
by gurjit
I managed to get my rewrite rule working and create a fake folder structure

the problem is when it goes to this page it does not load the images - any ideas????

heres my rewrite rule

Code: Select all

 
Options +FollowSymLinks
 
RewriteBase /
 
RewriteEngine on
 
RewriteRule !.(html)$ - [S=1]
 
RewriteRule ^estate-agents/uk/england/london/south-west-london/putney/(.*?).html$ /search/index.php?type=$1 [L,NC]
 
 

Re: rewrite rule working but no images

Posted: Thu Jul 10, 2008 9:40 am
by WebbieDave
You'll want to post this question at one of the many fine Apache forums out there :)