JLWillliamsUK
JLWillliamsUK

Reputation: 185

How to style Directory Listings XAMPP

So using XAMPP, it shows a list of folders and files that are hosted locally on my machine. So far, it shows all of these directories in a simple, plain list. What I'd like to do is to be able to use CSS to style it. This may sound confusing so here's some images explaining what I am trying to accomplish.

enter image description here

to...

enter image description here

It is possible to do this because I downloaded a theme for it a while back, I am having trouble trying to find it again so I was windering, if someone out there knows where it is, it would be much appreciated if you would send me the link :)

Upvotes: 2

Views: 2420

Answers (2)

lt.kraken
lt.kraken

Reputation: 1300

Here is a tutorial devoted to customizing directory listings: http://perishablepress.com/better-default-directory-views-with-htaccess/

It shows exact what actions to perform in order to customize it. So shouldn't be too hard to follow.

Sadly, I'm unable to find the style you provided. So I will update this reply in-case I have.

Here are some other nice directory listing styles:

Upvotes: 3

Anirudh Rautela
Anirudh Rautela

Reputation: 113

You can use the built-in functionality of Apache’s mod_autoindex module to style and enhance your default directory views.

You can go through this link

It has a very detailed description for changing and customizing the views the way you want them to be.

You can customize the icons as well as the css.

Upvotes: 1

Related Questions