Thanks. I have found your problem. You have MultiViews turned on in Apache. You will need to turn off MultiViews for your vShare site. You can do this by editing your .htaccess. Change the top line of your .htaccess file from:

Code:
Options +FollowSymLinks
To:

Code:
Options +FollowSymLinks -MultiViews