View Single Post
  #2  
Old 02-17-2010, 07:18 AM
 
jdiehl jdiehl is offline
 

eXpert
  
Join Date: Dec 2003
Location: Kansas City, MO
Posts: 270
 

Default Re: Path to the files folder

You have the correct path, but keep in mind that by default the files folder has an .htaccess file with the following:
Deny from all

Normally I leave this in place, and I create a subcategory and add my images or whatever I upload into the subcategory then add a .htaccess file to that subcategory with the simple line:
Allow from all

This retains that security in the files section in case there are future parts that you want to remain protected. Or you could just delete that .htaccess and be done with it, all up to you.
__________________
Jason Diehl

Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/
Reply With Quote