I added the line RemoveType .php
for the subversion conf and it is working now. Thank you very much to all. On Wed, Jan 22, 2014 at 3:13 PM, Ben Reser <b...@reser.org> wrote: > On 1/21/14, 9:43 PM, Austin Mico wrote: > > AddType text/html .php > > Ryan is entirely right. > > This is your problem. Add this to your Location for svn: > RemoveType .php > > Or simply move the AddType inside some block a <Directory> block probably > makes > the most sense. Since <Directory> blocks will never match against SVN > served > traffic now. > >