Removed the commented lines for rewrite in httpd.conf file.
LoadModule rewrite_module modules/mod_rewrite.so
You can modify .htaccess file your application folder.
RewriteEngine on
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_...