On Mon, 13 Dec 2010 04:59:27 -0500 Ted To <rainexpec...@theo.to> wrote:
> I've isolated it to a recent change I made in my virtual host > configuration file -- I changed "AllowOverride None" to "AllowOverride > all". I needed to do this because I recently started using a cms that > requires it for mod_rewrite to work. I can "svn ci > http://anothervhost.com/svn/myrepo" but this is a little unsatisfying > to me. Is there some way to work around this problem? A bit more poking around and I see that it must be the .htaccess file: <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> Is there any way to modify my /etc/apache2/conf.d/svn.conf to make it work again?