Categories
Most commented
-
Recent Posts
Recent Comments
- dbunic on Week list for the current date in PHP
- 35 + Melhor Ajax jQuery Autocomplete Tutorial & Plugin com exemplos | TruiZz - Serviços de design, websites e redes sociais on JavaScript autocomplete
- Allan on Week list for the current date in PHP
- dbunic on From MySQL to XML with PHP
- Kim on From MySQL to XML with PHP
- dbunic on Drag and Drop table content with JavaScript
- Frank on Drag and Drop table content with JavaScript
Documentation
-
Archive for the Category: Apache
Styling Apache directory listings
In this post you will find how to make stylish listing generated by the Apache server. This is not just another CSS solution. The trick is in configuring Apache to generate XML directory list and to use browser (IE, FF, Opera, Safari ...) to transform XML to the HTML. You will have full freedom to modify and style auto generated directory listings.
Hide parent directory in Apache
Apache can generate directory indexes, automatically, similar to the Unix ls command or the Win32 dir shell command. With default settings, parent directory will be displayed too. If you want to hide parent directory from the directory list, use IndexIgnore directive.