Re: [users@httpd] pathing to assets not working using rewrite

2013-02-25 Thread Matthew Smith
thank you, i figured it out. I had enabled the module overall but did not having it running for the directory. On Mon, Feb 25, 2013 at 7:56 PM, Ben Johnson wrote: > > > On 2/24/2013 7:39 PM, Matthew Smith wrote: > > I am trying to serve a secondary site from a subdirectory on my local > > serve

Re: [users@httpd] pathing to assets not working using rewrite

2013-02-25 Thread Ben Johnson
On 2/24/2013 7:39 PM, Matthew Smith wrote: > I am trying to serve a secondary site from a subdirectory on my local > server. > > Here is my htaccess: > > RewriteCond %{HTTP_HOST} mysitedotcom [NC] > RewriteCond %{REQUEST_URI} !^/site_mysite_com/ [NC] > RewriteRule (.*) /site_mysite_com/$1 [L] >