Setting up apache rewrite rule to only forward if in a directory
- by wooowoopo
Hi, I currently have a site setup with the following in httpd.conf:
<VirtualHost x.x.x.x:80>
ServerName testsite
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType text/css A2592000
ExpiresByType application/x-javascript…