I'm using an Xserve as a web development server in house.
It's mostly been fine, but I recently had need to build a site that makes extensive use of .htaccess rewrites.
For some reason my .htaccess files are being ignored.
Out of the box, the Apache installed with OSX has
in the httpd.conf file
I have set this to
However my .htaccess files still seem to be ignored.
Can anyone offer any help here as to why the files are being ignored?
<honk>*:O)</honk>
Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire
It's mostly been fine, but I recently had need to build a site that makes extensive use of .htaccess rewrites.
For some reason my .htaccess files are being ignored.
Out of the box, the Apache installed with OSX has
Code:
AllowOverride None
in the httpd.conf file
I have set this to
Code:
AllowOverride All
However my .htaccess files still seem to be ignored.
Can anyone offer any help here as to why the files are being ignored?
<honk>*:O)</honk>
Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire