PDA

View Full Version : What is htaccess good for?



43210
January 6th, 2002, 08:26
Sorry you guys probably think im dumb but this is all new to me?

What is htaccess good for?

And if sombody views my source how can i hide the secret things which they shouldnt get to see?

rapmaster
January 6th, 2002, 13:27
I belive its used for secure password stuff. Like passing a password without revealing all the information in the query string.

bigperm
January 6th, 2002, 14:45
It's used for a lot of things. Redirecting pages more quickly that a meta tag, deny access to a page by IP, custom error pages...

check out http://free.prohosting.com/~sampieri/freefaq/g_htaccess.shtml

43210
January 6th, 2002, 14:49
Thanks bigperm

43210
January 6th, 2002, 14:50
thanks rapmaster