The files upload without any troubles to the proper directory but when select the file to download with FireFox I get:#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = 'D:\My Documents\wamp\www\cmsms_site';
#Name of the admin directory
$config['admin_dir'] = 'admin';
#Where do previews get stored temporarily? It defaults to tmp/cache.
$config['previews_path'] = 'D:\My Documents\wamp\www\cmsms_site\tmp\cache';
#Where are uploaded files put? This defaults to uploads.
$config['uploads_path'] = 'D:\My Documents\wamp\www\cmsms_site\uploads';
#Where is the url to this uploads directory?
$config['uploads_url'] = $config['root_url'] . '/uploads';
And the url has been cleaned up to look like:Not Found
The requested URL /cmsms_site\uploads/files/fsm_emails.txt was not found on this server.
My internal pretty_urls is set to false:
$config['internal_pretty_urls'] = false;
If I use IE it works, but I believe that is because it is probably turning the back slash to a forward slash much like FF turned in into “%5C”
Any Suggestions on how to set the directory correctly?
CMSMS 1.2.5 - WAMP - Apache 2.2.6 - MySQL 4.1.20 - PHP 5.2.5