Connecting Tech Pros Worldwide Help | Site Map

php - htaccess

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2005, 01:30 PM
Geradeaus
Guest
 
Posts: n/a
Default php - htaccess

On my webhosting I don't have access to a root directory, so I am stuck in
the public folder.

I should secure the downloads folder, this is why I wanted to use a
..htaccess file.

Only, PHP should have access to this folder..because users login using a
username and password from the database.

How can I make an htaccess file which allows the "php-user" to access the
files in the folder on a Linux webserver?

Thanks in advance!
Ben



  #2  
Old July 17th, 2005, 01:30 PM
Dmitry Lukashin
Guest
 
Posts: n/a
Default Re: php - htaccess

PHP read files directly from filesystem, .htaccess can't deny access for PHP

On 2005-06-07, Geradeaus <gehegeradeaus@hotmail.com> wrote:[color=blue]
> On my webhosting I don't have access to a root directory, so I am stuck in
> the public folder.
>
> I should secure the downloads folder, this is why I wanted to use a
> .htaccess file.
>
> Only, PHP should have access to this folder..because users login using a
> username and password from the database.
>
> How can I make an htaccess file which allows the "php-user" to access the
> files in the folder on a Linux webserver?
>
> Thanks in advance!
> Ben
>[/color]
  #3  
Old July 17th, 2005, 01:30 PM
chotiwallah
Guest
 
Posts: n/a
Default Re: php - htaccess

if i understand right you want to prevent people from downloading via a
direct link in your download dir. two ways to prevent that:

1. put your downloads in a database

2. use .htaccess to deny any http access to download dir and have php
read and deliver the downloads via the file system (which is not
affected by .htaccess, as dmitry wrote already), using i. e. readfile()

micha

  #4  
Old July 17th, 2005, 01:30 PM
Geradeaus
Guest
 
Posts: n/a
Default Re: php - htaccess


"chotiwallah" <chotiwallah@web.de> schreef in bericht
news:1118216549.071878.23350@g49g2000cwa.googlegro ups.com...[color=blue]
> if i understand right you want to prevent people from downloading via a
> direct link in your download dir. two ways to prevent that:
>
> 1. put your downloads in a database
>
> 2. use .htaccess to deny any http access to download dir and have php
> read and deliver the downloads via the file system (which is not
> affected by .htaccess, as dmitry wrote already), using i. e. readfile()
>
> micha[/color]

thanks for your advice, how could I not think about that...


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.