Can't Access subdirectories via URL

schiffer

New member
Joined
Nov 19, 2009
Messages
3
Our FTP server was recently updated to the latest DirectAdmin and we're having URL issues. We have a subdirectory /uploads under the public_html directory that contains subdirectories. We used to be able to send someone a URL (i.e., http://www._____ftp.com/directoryname/subdirectoryname and they could access it.

Any help would be greatly appreciated.
 
You may just use .htaccess with:
Code:
Options +Indexes
 
Thank you. I tried adding the htaccess file and still can't access the subdirectory. The main directory already had an htacess file in place.
 
Back
Top