<div><div dir="auto">I was able to resolve the issue by whitelisting each folder I wanted redirects to php in by adding in .htaccess the RewriteCond:</div></div><div dir="auto"><br></div><div dir="auto">RewriteCond %{REQUEST_URI} !/help/me/[^/]*\.php$</div><div dir="auto"><br></div><div dir="auto">So where /help/me is all the other folders /help/me2, /help/me3 all have a rule like the one above. This was any php outside those specified don’t get run.</div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
  RewriteCond %{REQUEST_URI} !/help/[^/]*\.php$<br>
<br>
But that didn't seem to help. It's worth mentioning that there are<br>
several sub-directories in the /help folder, not just /help/me that<br>
would need their php files run (but not redirected to).<br>
<br>
On Fri, Apr 5, 2019 at 12:39 AM Charles M <<a href="mailto:chaslinux@gmail.com" target="_blank">chaslinux@gmail.com</a>> wrote:<br>
><br>
> So if I touch index.html in the /help/me folder I get a white page as<br>
> I should. It specifically seems to be the index.php in /help/me that's<br>
> causing the 403. That index.php has the same user and owner as the<br>
> index.html, minus a group write (which didn't make a difference when I<br>
> briefly tried adding it).<br>
><br>
> On Thu, Apr 4, 2019 at 11:21 PM Steve Izma <<a href="mailto:sizma@golden.net" target="_blank">sizma@golden.net</a>> wrote:<br>
> ><br>
> > On Thu, Apr 04, 2019 at 09:34:53PM -0400, Charles M wrote:<br>
> > > Subject: [kwlug-disc] Apache 403 & access.log questions<br>
> > ><br>
> > > When I surf to sitename/help/ access.log shows a 200 for the<br>
> > > index.html in that directory. However the index.html is just a<br>
> > > redirect to a subfolder below help called me/. That redirected folder<br>
> > > seems to be generating a 403 error. me/ has the same user and group<br>
> > > permission as well as the same access permissions - so I'm thinking<br>
> > > this has something to do with my main site apache configuration file?<br>
> ><br>
> > I'm not sure what you mean by a redirect -- do you mean that that<br>
> > sitename/help/index.html contains either an HTML <meta<br>
> > content=...> tag (or some sort of javascript) or do you mean that<br>
> > index.html is a symbolic link to something in the subdirectory?<br>
> > If it's a link, then the apache config or .htaccess needs<br>
> > "FollowSymLinks" as an option. I would think a symlink is more<br>
> > straight forward than an extra file with code in it.<br>
> ><br>
> >         -- Steve<br>
> ><br>
> > --<br>
> > Steve Izma<br>
> > -<br>
> > Home: 35 Locust St., Kitchener, Ontario, Canada  N2H 1W6<br>
> > E-mail: <a href="mailto:sizma@golden.net" target="_blank">sizma@golden.net</a>  phone: 519-745-1313  cell: 519-998-2684<br>
> ><br>
> > A: Because it messes up the order in which people normally read text.<br>
> > Q: Why is top-posting such a bad thing?<br>
> > A: Top-posting.<br>
> > Q: What is the most annoying thing in e-mail?<br>
> > <<a href="http://en.wikipedia.org/wiki/Posting_style" rel="noreferrer" target="_blank">http://en.wikipedia.org/wiki/Posting_style</a>><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > kwlug-disc mailing list<br>
> > <a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
> > <a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
><br>
><br>
><br>
> --<br>
> Charles McColm<br>
> Computer Recycling: <a href="http://www.comprec.org" rel="noreferrer" target="_blank">http://www.comprec.org</a><br>
> Fasteroids: <a href="http://www.fasteroids.ca" rel="noreferrer" target="_blank">http://www.fasteroids.ca</a><br>
> Twitter/Identica/Google+: @chaslinux<br>
<br>
<br>
<br>
-- <br>
Charles McColm<br>
Computer Recycling: <a href="http://www.comprec.org" rel="noreferrer" target="_blank">http://www.comprec.org</a><br>
Fasteroids: <a href="http://www.fasteroids.ca" rel="noreferrer" target="_blank">http://www.fasteroids.ca</a><br>
Twitter/Identica/Google+: @chaslinux<br>
</blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Charles McColm<br>Computer Recycling: <a href="http://www.comprec.org" target="_blank">http://www.comprec.org</a><br>Fasteroids: <a href="http://www.fasteroids.ca" target="_blank">http://www.fasteroids.ca</a><br>Twitter/Identica/Google+: @chaslinux</div>