Hi,
The basic difference is while using <Directory> the path should be absolute and should be there on the filesystem. But <DirectoryMatch> there is no need for any absolute path.... Also if your Document root is /opt/html and assume there are two other folders like /opt/html/test/test1 and /opt/html/support/test now on the doucument root on .htaccess if you have used <DirectoryMatch test> and denied for everyone, access for both /opt/html/test & /opt/html/support/test will be blocked which is not with the case of <Directory>
Regards.
On Fri, Jul 25, 2008 at 8:34 PM, Joshua Slive
<joshua@slive.ca> wrote:
On Fri, Jul 25, 2008 at 11:00 AM, sepeth <
sepeth@gmail.com> wrote:
> Hi!
>
> What is the difference between <Directory ~> and <DirectoryMatch>?
>
> just curiosity.
None. Just a change in syntax over time because <Directory ~> is a
little obscure. They work exactly the same.
Joshua.
--
Regards,
GANESH.