Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post .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: [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
 




____________
www.dBoror.com [Danilo]
 
DaniloSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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.
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: .htaccess And File Download 
 
Thanks but dosent work xD

Thanks
 




____________
www.dBoror.com [Danilo]
 
DaniloSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: .htaccess And File Download 
 
Maybe a satisfy from all tag...
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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,
 



 
xmenfileSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron