Apache redirect url in httpd.conf
Hello everyone,
i have problem with security on my server.I have integrated tomcat and apache so that my server run on port 80.
i have deployed my application on tomcat.And i have basic authentication in my web.xml for one page.
my problem is when request comes for http//www.localhost/xyz.html it prompts for the username and password but when request comes for http//www.localhost/?command=xyz.html it doesn't prompt for username and password.
Is there any possible way that i can redirect the url http//www.localhost/?command=xyz.html to http//www.localhost/xyz.html so that it prompts for the username and password.
Any help will be greatly appriciated?