The other day, I was trying to install some script - and needed to edit an .htaccess file that was supposed to be inside the archive. I couldn't find it - because it was invisible! I forgot that OSX is Unix based.
Here are some instructions to make those files visible on the local side, and still be able to test your site in local mode. (many thanks to Didier Laget for this tip!)
- Open your httpd.conf file.
- Look for the following expression : AccessFileName .htaccess
- Remove the dot left of htaccess.
- Save the file.
- Restart the webserver.
Now you can edit htaccess, it will work, and it will NOT be invisible!
Ads by Google
Posted by ellen at May 08, 2003 06:04 PM
i think you donĀ“t see the file.
go to www.versiontracker.com and get tinkertool 3.01. klick finder and show hidden files!
greetings
Thanks - I had since discovered Tinkertool, and have it running on both computers. It works GREAT!
Ellen