Aptana show .htaccess files

1

1

Using the new Aptana Studio 2.0 and loving it. Trying to open and edit .htaccess files in Aptana Studio, but it's not showing up in the PHP Explorer pane, which normally shows all files, but not .htaccess.

pygorex1

Posted 2010-01-22T00:44:23.853

Reputation: 348

Answers

1

I had this problem too. I found this solution:

The ',' files are filtered by default. To make them visible, you could use the drop-down arrow on the File view toolbar, select Customize View, and then uncheck Filters->. files.

There is a setting in File View to hide .files as .htaccess

Also uncheck the .*resources filter.

Anthony Sousa

Posted 2010-01-22T00:44:23.853

Reputation: 1

0

You can right click on the file in the project explorer and the select open with and then text editor.

Jared

Posted 2010-01-22T00:44:23.853

Reputation: 101