I do not want to use .htaccess. How should I change my Directory attributes?
ServerName abc.com DocumentRoot /usr/share/uploads
The @Deepak solution did not worked for me. This one did:
In the main apace configuration /etc/apache2/httpd.conf just add:
Options FollowSymLinks AllowOverride All
And it will work for all of you domains and subdomains. Without .htaccess file.