PDA

View Full Version : htaccess help


Jel
04-20-07, 08:30 PM
Need the line that directs surfers to a page of my choice if a directory(ies) has no index.html (rather than upload a blank index into each image directory).

Thanks :)

Geezer
04-20-07, 08:43 PM
http://www.webweaver.nu/html-tips/web-redirection.shtml

or just use the .php redirect Rebel posted here a while back ;)

Also check out HTAccessible here, just scroll to the bottom:

http://www.tlhouse.co.uk/pc_software.shtml

slaxxx
04-20-07, 08:48 PM
Options -indexes

Jel
04-20-07, 08:54 PM
yeah that's the one slaxx, but I thought there was an option to send all of those non-existant index.html pages to a page I could specify, rather than show just a blank page? Could well be mistaken though :)

slaxxx
04-20-07, 08:56 PM
that sends to your 403 page which you'd specify with

ErrorDocument 403 jelspage.html

Jel
04-21-07, 07:45 AM
Perfick - cheers mate :)