 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
JoJoMoJo
Joined: 17 Jul 2004
Posts: 2
|
| Posted: Sun Aug 29, 2004 12:16 am Post subject: PHP FTP |
|
|
Hello,
Great work! Enough cannot be said. Question, php ftp when viewed through a http browser, to use accounts created for download, an unassociated file automatically begins in the directory, how can this cease so hosting privledges are not abused from unauthorized ftp sites? |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Mon Aug 30, 2004 4:27 pm Post subject: |
|
|
This is an aspect of the apache server, not php. Any file requested not associated is sent out for download.. Simply remove the files out of the web dir (IE /apache2triad/htdocs/) and move them into say /apache2triad/files .. Then setup your ftp accounts to point to /apache2triad/files ..
Or simply add a .htaccess file to that directory setting permissions .. |
|
| Back to top |
|
| |
|