Thread
:
PHP - virtual directories
View Single Post
23-08-2005, 11:07
#
14
(
permalink
)
smallbeer
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,199
Could you not set a condition telling the rewrite to ignore certain directories (the physical ones).
Code:
RewriteCond $1 !^css/.* RewriteCond $1 !^images/.*
smallbeer
View Public Profile
Send a private message to smallbeer
Find More Posts by smallbeer