Hi there.. I'm completely out of my depth here and
just want to ask some simple questions..
if I want to hide php extensions and the error_log
file, what syntax should I use on the
"$hidefilepattern = "line?
I've tried "$hidefilepattern =
"^(CVS|..php|.error_log*|\..*)$";" and a few variants,
but it doesn't seem to be very cooperative with me...
any help gratefully appreciated... (I'm using your
fantastic script for my band webpage)
thanks
Ivan
Logged In: NO
Hi Ivan ... now i'm using this pattern to hide php files on
a implementation that i have of the wfb ... i hope that this
helps you ..
$hidefilepattern = "^.*\.php$";