On Sat, Jun 27, 2015 at 4:25 PM, James Moe <ji...@sohnen-moe.com> wrote:

> On 06/27/2015 03:51 PM, Eric Covener wrote:
> > If your rules are in htaccess, AllowOverride can't be "none"
> >
>   It is now set to "All" in the conf file.
>   It should not be needed in the .htacess file, correct?
>
> > and you actually have to request somethng that maps beneath that
> > directory.
> >
>   It does.
>
> > RewriteEngine must be on.
> >
>   It is.
>
>   Still no functioning rewrite capability.


You still haven't shown us your .htaccess. Keep in mind the contents are
treated as if they were inside a <Directory> section in the main httpd.conf
file. So if, for example, you've wrapped the contents of your .htaccess
inside another <Directory> directive that will cause problems. Do you
actually have a "RewriteEngine on" line at the top of your .htaccess? If
not try adding one. You probably also want "RewriteBase /" as the next line.


-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

Reply via email to