.htaccess And File Download


Subject: .htaccess And File Download
hey!!!!

I need help!

I want make one directory to download and change the permison Similar to Dload to IP and not can“t xD :roll:

I make a directory in localhost and creat to .htaccess with this code

Code: [Download] [Hide]
  1. <Limit GET POST PUT>  
  2. Order Allow,Deny  
  3. Deny from All  
  4. </Limit> 


But at the moment of putting a link of download it does not work

Code 403 forbidden xD

How can make a link to download similar to IP?????????????????????????

Thanks

Subject: Re: .htaccess And File Download
You have set this:

Deny from All

It deny all the connections.

Solution:

Code: [Download] [Hide]
  1. <Limit GET POST PUT>  
  2. Order Allow  
  3. Allow from All  
  4. </Limit>  


Ensure to put a index file.

Profile PM  
Subject: Re: .htaccess And File Download
Thanks but dosent work xD

Thanks

Subject: Re: .htaccess And File Download
Maybe a satisfy from all tag...

Profile PM  
Subject: Re: .htaccess And File Download
I think if you have a .htaccess file in your root / parent directory it will override anything you specify in a .htaccess in a child directory... so if you have a .htaccess file with your "Deny from All" statement in your root folder, it will take precedence over anything in the sub directories... note "I think" - as far as I remember... been a while ;)

Profile PM  
Subject: Re: .htaccess And File Download
Danilo, have you solved it? if yes, can you tell me how, i am having the same issue right now.

Thank you,

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.6744s (PHP: 3% SQL: 97%)
SQL queries: 30 - Debug Off - GZIP Enabled