PDA

View Full Version : If I use .htaccess to protect the admin folder.. will I have problems?


SgtSling
11-06-2001, 04:00 AM
I was wondering if people would have problems if I used .htaccess to protect the admin folder?

Will all the functions work like registration and any possible functions that use the admin directory?
Anyone know?

SharkY-GA
11-06-2001, 06:31 AM
I havnt ever heard of any problems... However i'm not possitive.

Admin
11-06-2001, 09:31 AM
No issues at all with protecting the admin folder with .htaccess, don't worry.
PHP requires functions.php way before .htaccess is even read, so nothing can go wrong.

SgtSling
11-06-2001, 01:41 PM
thanks guys!