Author Topic: No thumbnails in directories?  (Read 1047 times)

0 Members and 1 Guest are viewing this topic.

Offline ObliviousAlly

  • Hero Member
  • Ally the Sparkly
  • *****
  • Female
  • Posts: 726
    • Pipedreams
No thumbnails in directories?
« on: January 16, 2007, 05:56:19 am »
Or, more like, I want to know how to have a listing of my files in certian directories, instead of thumbnails. I recall something being mentioned about it when it was first implemented, but I can't find it now. Help?
 

Offline WhiteShepherd

  • furtopia.org Sysop!
  • *
  • Male
  • Posts: 4842
    • http://www.whiteshepherd.furtopia.org
No thumbnails in directories?
« Reply #1 on: January 16, 2007, 07:45:40 am »
To disable the indexer is pretty simple.  If you want to disable it for your entire website then in your top web directory create a text file (notepad works well for this) called  .htaccess   with the line inside of it:

DirectoryIndex index.html index.html.var index.htm index.php index.php3 default.htm index.shtml


.htaccess will work for all folders under it.  So if you only want the indexer turned off for specific folders then just put the .htaccess file inside that specific directory/folder you want it turned off.

   WhiteShepherd
IRC quotes:

[05:01] <Kai_Misou> We cats sleep when we want and where we want.
[05:01] <WhiteShep> We dogs sleep WHEN we can. :/
<!--QuoteEnd--></td></tr></table><span =''><!--Quot

Offline ObliviousAlly

  • Hero Member
  • Ally the Sparkly
  • *****
  • Female
  • Posts: 726
    • Pipedreams
No thumbnails in directories?
« Reply #2 on: January 16, 2007, 08:52:13 am »
Awesome, thank you.

Though, you might want to point out that it's best to put "" around the .htaccess name. Since Notepad will save it as a text file and it won't work like that. Saving it as ".htaccess" will save it properly. X3