rewrite rule working but no images
Posted: Thu Jul 10, 2008 6:42 am
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
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]