Blogs/Localhost Indexer

Localhost Indexer

Sunday, November 13, 2016 at 01:46 AM (8 years ago) 267 words · ~1 minute

I've been working on multiple projects at either work or home. Apache comes with its Directory Listing feature. It is quite handy to reach local sites that located in your localhost using Apache's Directory Listing.

But! If you have multiple projects/websites in your localhost and these are increasing (all other test purposes projects), it's quite difficult to handle all these installations using directory listing.

Last year, on a random weekend, I had just started to modify around directory listing then I noticed that it isn't that much flexible.

My requirements were;

  • Search/filter in between the files on the list view
  • Browse files and folders
  • Be able to view/edit right in the browser, if it's a text-based file. (php, txt, log, etc.)
  • Order by Size, Name and Last Modified
  • Better look, at least proper fonts and color

After playing around I was able to easily built almost all the features I was looking for. I called it; Localhost Indexer

It is quite easy to use it. All you need to do follow Usage in GitHub.

ScreenShot

Localhost Indexer

Notes;

  • I assume that you have knowledge of mod_rewrite, AllowOverride, DirectoryListings.
  • I've built and tested this project with an Apple Macbook using Apache/PHP. I did not do any testings on Windows. Although I did not test on Linux, it should work as it works on Mac.
  • If you find a bug, please file an issue using this form. If you don't have any access to GitHub, please leave a comment here.
Copyright © 2010-2024 Tevfik Tümer
Powered by VitePress ❤️