Re: Problems with mod_rewrite hack
Greg Stritmater <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.knowledge-base |
|---|---|
| Organization | Xaraya News Server |
| Message-ID | <[email protected]> |
That did the trick. Thanks for the help! Greg [email protected] (mikespub) wrote in news:b842g2$mhg$2-FogMEOs31dotat4ziPANHlKoq+OfwspIAL8bYrjMMd8@public.gmane.org: > Either you use a .htaccess file in that directory that sets > RewriteEngine off > > or you use something like > RewriteCond %{REQUEST_URI} !^/xaraya > > in the .htaccess of your main directory to exclude all URLs > starting with /xaraya from going through the rewrite rules. > > See http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html > > Mike. >