Search found 2 matches
- Thu Jun 12, 2008 6:42 am
- Forum: CMSMS Core
- Topic: Change uploads url
- Replies: 3
- Views: 1532
Re: Change uploads url
Thank you, mark. The point about the separating template images from the content images was really good. My goal, though, is different: I simply want to strip the uploads part from the image url. I still prefer to have the uploadables in separate directory (on my server file system), as you suggest,...
- Wed Jun 11, 2008 8:42 am
- Forum: CMSMS Core
- Topic: Change uploads url
- Replies: 3
- Views: 1532
Change uploads url
I would like to have my uploaded files stored into a separate directory, but I would like to have them mapped on the document root. For example, I want to have #Where are uploaded files put? This defaults to uploads. $config['uploads_path'] = '/some/where/cmsms-root/uploads'; #Where is the url to t...