Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
226 views

.htaccess code to deny folder browsing

Can you please tell me how to deny folder browsing using .htaccess file
1
vote
1answer
170 views

mod_rewrite preventing correct filetype icons from showing on mod_autoindex

I seem to have a problem which I've been struggling to solve. I'd love a bit of help here. I have a dump site where I am using mod_autoindex and FancyIndexing. I have my FancyIndexing icons defined ...
1
vote
1answer
442 views

Password protecting AutoIndex but not static files with .htaccess

I have publicly accessible files on my webserver. I'd like to enable AutoIndexing (Options +Indexes) but I'd like to require a password in order to view these listings. I have no problem setting up ...
0
votes
0answers
20 views

How to display the actual file size in bytes in Apache2 mod_autoindex?

this is actually a question posted before: http://serverfault.com/questions/193481/how-to-display-the-actual-file-size-in-bytes-in-apache2-mod-autoindex Is there any way to suppress the file size ...
0
votes
1answer
439 views

apache HeaderName directive of mod_autoindex does not take effect

i cannot let my file listing prepend with a html file called header.html. below is my whole httpd.conf file. #basic config ServerRoot "D:/phpnow/Apache-22" Listen 8888 ServerAdmin i@tunps.com ...
0
votes
1answer
369 views

Use mod_rewrite to create custom directory index in Apache

So, Apache's default directory listing sucks and mod_autoindex's customisation options suck, so I figured I could write some rewrite rules in my server root to redirect any requests to a directory: ...
0
votes
1answer
82 views

mod_autoindex does not respect mod_rewrite rules

I have a directory structure similar to: public_html/ example.com/ index.php subdir/ file.jpg I'm using shared hosting, so http://example.com maps to /public_html/ for its root, and ...
0
votes
3answers
1k views

Simple script to replace Apache's mod_autoindex with a user-friendly directory listing

The Apache module mod_autoindex generates "directory indexes" that show users a crude hyperlinked list of the files and directories inside a directory (when there is no index.html or other ...