Code: Select all
<Location "/svn">
DAV svn
SVNPath /home/alang/svn/repo
AuthzSVNAccessFile /home/alang/svn/repo/.svnaccess
</Location>
<Directory "/home/alang/svn/repo">
<FilesMatch "\.(php|phtml)$">
ForceType application/x-httpd-php-source
</FilesMatch>
</Directory>
The DocumentRoot is "/home/alang/webroot/site/public/" (just incase it matters).
Any help / insights would be greatly appreciated.
Update:
Just to note that the current configuration has no effect at all on the .php files. When accessed they are being selected for download.