In http://localhost I have a folder named _admin
When I type http://localhost/admin practically I want to open http://localhost/admin/_admin but not with a redirect, I want with a htaccess alias.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
make a soft link.
So when you access
admin, you will get contents of_adminOR
You can use
mod_aliasmodule if you are using Apache web server.Example:
For more reading, click on me