.htaccess


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers .htaccess
# 1  
Old 04-11-2002
Data .htaccess

i want to protect a folder on my HP....

does the folder need more than ".htaccess" and ".htpasswd" to be protected , and ask for login and password???

Please help ......

i use HTAdmin 1.2.1 to manage my access files..

The systemadmin cant or wount answer.....Smilie

Avenger
# 2  
Old 04-12-2002
That will protect it from the folks hitting it via a browser but you may want to check permission on the directory itself to insure an insider can't mess with it (excluding your system admin, of course!)
thehoghunter
# 3  
Old 04-12-2002
The admin of the server must enable the .htacces override in the httpd.conf so it looks like
allow override ALL

And he should alo set the extension for the passwd file (Is set in Apache)

And I hope this can help you,

http://www.wsabstract.com/howto/htaccess3.shtml

yours,
Fady
# 4  
Old 04-12-2002
Thank you

I found out.. that i need a new webhotel.....

they really pi..... me off..

Again thanks alot for your help , that way i found out that i wasent making any mistakes...Smilie

Last edited by Avenger; 04-12-2002 at 04:07 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Web Development

.htaccess redirect with #

I have the following directive in my .htaccess: #RewriteRule ^mozrank/?$ "http://www.seobook.com/#a_aid=dh" The problem is that the redirect is going to http://www.seobook.com/%23a_aid=dh How to preserve the # when redirecting? (2 Replies)
Discussion started by: rlopes
2 Replies

2. UNIX for Advanced & Expert Users

.htaccess url encoding

Hi, I tried hard to find out solution but no success. I have put together this code in .htaccess: Rewritecond %{THE_REQUEST} ^{3,9}\ /index\.php\?(+)query=(.*?)&(+)start=(.*?)&(+)\ HTTP/ Rewriterule ^index\.php$ http://subdomain.domain.com/%2/%4? RewriteRule ^(+)/(*)$... (0 Replies)
Discussion started by: LukasB
0 Replies

3. UNIX for Advanced & Expert Users

Redirect with htaccess

Hi, I would like to use htaccess 301 redirect with URL hiding. Ex: when browse the website 'abc.com' it should show the contents of the page 'xyz.com/start/index.html' but in addressbar should show the domain 'abc.com'. I know it works with html URL frame rewrite. But my question is it... (0 Replies)
Discussion started by: chandranjoy
0 Replies

4. Cybersecurity

Logging htaccess

hi i am trying to make a log of all users who access my website, i am using htaccess to administrate logins, how does htaccess store a session i.e where is the valid user login temporarily stored while a user is using the site or is there already some sort of logging being done by htaccess. ... (2 Replies)
Discussion started by: omnibarb
2 Replies

5. Cybersecurity

htaccess

Something is wrong. I do everything right make the .htaccess file and stuff, but when I try the htpasswd command it says command not found. I use Putty SSH client and I think server is running RedHat 7.1 with Apache some version. HELP!!! (1 Reply)
Discussion started by: _hp_
1 Replies

6. UNIX for Dummies Questions & Answers

.htaccess?

For a schoolproject, I have to set up an intranet at a company headquarters in the Netherlands. But they want to give the division in the United States access to that intranet. I have to find out how to do that. I've heard that you can do that by giving certain people access to the intranet with... (1 Reply)
Discussion started by: Puc conDoin
1 Replies

7. UNIX for Dummies Questions & Answers

creating an .htaccess file

I don't know anything about Unix but I have to create a htaccess file and a htpasswd file. I have instructions that tell me to "create an htaccess file using the vi editor" How do I get into the directory that should be password protected and how do I start creating the htaccess file? If I can... (5 Replies)
Discussion started by: WhitneyMay
5 Replies
Login or Register to Ask a Question