now i have another question please do i have to take additional measures to protect that external folder maybe by installing a .htaccess file and restrict the access only to the apache webserver but not to the website visitors ?
i am confused in how to do that correctly... !!
i tried some tutorials by editing the C:\xampp\apache\conf\httpd.conf
and i changed the directory configuration like that and that didnt worked either....:
i changed this :
#<Directory /> # Options FollowSymLinks # AllowOverride None # Order deny,allow # Deny from all #</Directory>with this :
<Directory /> Options FollowSymLinks AllowOverride All Order deny,allow Allow from all </Directory>
and i tried to implement the upload to the xampp:\uploaded_files and that didnt worked.
please tell me what i am doing wrong ?
Edited by Jaan, 06 March 2010 - 05:26 AM.
Please use code tags when you are posting your codes!


Sign In
Create Account


Back to top










