I using aptana studio 3, when I create the new php project, in window “Project Explorer” .htaccess file is invisible, (all other files I can see). can someone tell me, how to make this file visible in aptana projects ?
Share
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.
I think this other stackoverflow post will help you. A .htaccess file is also an hidden file, because of the . in front of the name in all unix systems:
How to show hidden files in Aptana's Project View?
Check it out!