.htaccess And File Download »  Show posts from    to     

Icy Phoenix


English Chit Chat - .htaccess And File Download



Danilo [ Sun 27 Jan, 2008 21:20 ]
Post 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

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

Code: [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


novice programmer [ Mon 28 Jan, 2008 15:52 ]
Post subject: Re: .htaccess And File Download
You have set this:

Deny from All

It deny all the connections.

Solution:

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


Ensure to put a index file.


Danilo [ Fri 01 Feb, 2008 02:04 ]
Post subject: Re: .htaccess And File Download
Thanks but dosent work xD

Thanks


novice programmer [ Sat 02 Feb, 2008 13:02 ]
Post subject: Re: .htaccess And File Download
Maybe a satisfy from all tag...


moreteavicar [ Tue 05 Feb, 2008 16:45 ]
Post 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


xmenfile [ Thu 03 Apr, 2008 04:10 ]
Post 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,




Powered by Icy Phoenix