![]() |
![]() |
|
|
|
|
|
Wordpress 2.0.4 is out, and during the upgrade process I came to realize that I was potentially serving some unexpected content on my website. I’m using subversion to manage my installs of several web apps, and it turns out that the .svn directories that it litters about were actually accessible if you crafted a clever URL. I doubt this was much of a security problem, but it’s still something I’d rather fix. The proper fix was slightly tricky, and it took a lot of searching to find help. I was trying to fix it in an .htaccess file, but the <DirectoryMatch "^/.*/\.svn/"> Order deny,allow Deny from all </DirectoryMatch>
|
|
![]() |
![]() |



