Hey it worked perfectly. Many thanks!
I've actually found a link that explains what's going on and why this doesn't work but it doesn't say how to fix it (at least not in a detailed way) http://www.colder.ch/news/
As the project grows, I might need to add more "exceptions" like this. I suppose that after a few exceptions, that one line could get quite long. Do you see an alternative solution to this?
Main Topics
Browse All Topics





by: TerryAtOpusPosted on 2009-09-01 at 16:04:04ID: 25237024
Try changing:
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
to:
RewriteRule ^(?!listings.php)(.*)$ index.php?q=$1 [L,QSA]