Open GoogleCodeExporter opened 8 years ago
htaccess is the name of a hidden file, not a file extension.
The leading "dot" signifies hidden.
I too want a QuickLook solution for htaccess hidden files.
However, my attempt did not work either, when I added the following key to
Info.plist (UTI="public.data" based on Get Info for .htaccess; filename
extension blank). Any other ideas?
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeDescription</key>
<string>htaccess</string>
<key>UTTypeIdentifier</key>
<string>public.data</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string></string>
</array>
</dict>
</dict>
Original comment by jonesl...@gmail.com
on 27 Oct 2010 at 9:03
I could do this by editing
1. Contents/Info.plist: added <string>public.data</string> under the array of
<key>LSItemContentTypes</key>
2. Contents/Resources/override/config/filetypes.conf: added $ext(httpd)=conf
htaccess
Hope this helps.
Original comment by kohei.yo...@gmail.com
on 3 Sep 2011 at 6:45
Original issue reported on code.google.com by
r...@ryanjbonnell.com
on 22 Dec 2009 at 3:50