[thelist] .htaccess question

Garrett Coakley garrett at polytechnic.co.uk
Fri Feb 14 10:18:39 CST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, 14 Feb 2003 11:06:41 -0500 Kevin B. O'Brien wrote:

> I have been learning about the wonderful uses of .htaccess on a Linux
> server running Apache, but I have a simple question. How the heck do
> you find such files on the server?


Not sure if I understand the question, but I'll take a stab at it,
Presuming you have shell access, to list hidden files (ones beginning
with'.') then just use the -a (show all) flag with ls:

$ ls /var/www/html
index.html

$ ls -a /var/www/html
.htaccess
index.html

Is that what you were after?

G.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+TRas4AAXt40rqS4RAlxCAJ9hPOheQ5Qzn40clyoJgLVenAmwvQCfUxUk
32cs4NvijExxGKBaTSEBYlU=
=BjEz
-----END PGP SIGNATURE-----



More information about the thelist mailing list