tell me how to set up access for the administrator (store username and password) to the GURL web application in .htaccess? There is a web application written in Java using Spring MVC. I work in IDEA and to launch it I simply indicate the path to Tomkat and WAR-nickname, and the application is “deployed” to an address like localhost: xxxx, etc.
Tell me how to set up admin panel for this application using .htaccess? in which directory should it lie, how to configure it correctly and how will the application understand that the login and password need to be checked against what is in this file? how will login page for this?
I haven't worked with him yet. Thank you.
I know about Spring Security, but I need to implement it through .htaccess