HI
i want to rewrite my home menu
http://example.com/main/ to http://example.com/main/index.php only . How can i do this using .htaccess
Thanks
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.
You should add a
DirectoryIndexdirective to your.htaccessfile, e.g.:though I think this should work out of the box, so there might be something else wrong. Are you sure that
mod_diris loaded properly? (Look at the output ofphpinfo()and search formod_dir, it should be there.)