Search found 6 matches
- Fri May 07, 2010 6:56 pm
- Forum: CMSMS Core
- Topic: No forward slash after domain name on file manager
- Replies: 12
- Views: 4059
Re: No forward slash after domain name on file manager
Hi, Thanks for helping.Now the '/' has appeared after the domain name on file manager :). Removed the slash after content ( $config['root_path'] = '/mnt/target02/344057/397625/www.domainname.org/web/content/' ) and other uploads path. . ****"www.domainname.org" isn't the domain that i a...
- Fri May 07, 2010 9:30 am
- Forum: CMSMS Core
- Topic: No forward slash after domain name on file manager
- Replies: 12
- Views: 4059
Re: No forward slash after domain name on file manager
Thanks for helping.
I updated the config.php
added $config['upload_tmp_dir'] = $config['root_url'] . '/uploads'; .
Also tried moving htaccess.txt in doc folder to .htccess root folder.
Still no slash after the domain name
I updated the config.php
added $config['upload_tmp_dir'] = $config['root_url'] . '/uploads'; .
Also tried moving htaccess.txt in doc folder to .htccess root folder.
Still no slash after the domain name

- Fri May 07, 2010 4:25 am
- Forum: CMSMS Core
- Topic: No forward slash after domain name on file manager
- Replies: 12
- Views: 4059
Re: No forward slash after domain name on file manager
Database and domain info i gave in the config.php wasn't real ;) here's the .htaccess file that i'm using and i got it from here http://wiki.cmsmadesimple.org/index.php/User_Handbook/Installation/Optional_Settings # BEGIN Optional settings # Turns off directory browsing # not absolutely essential,...
- Thu May 06, 2010 4:27 pm
- Forum: CMSMS Core
- Topic: No forward slash after domain name on file manager
- Replies: 12
- Views: 4059
Re: No forward slash after domain name on file manager
hi, here's the config.php file that i'm using Global Settings in the admin panel) #after making any changes to path or url related options #----------------- #Behaviour Settings #----------------- # These settings will effect the overall behaviour of the CMS application, please # use extreme caution...
- Thu May 06, 2010 10:20 am
- Forum: CMSMS Core
- Topic: No forward slash after domain name on file manager
- Replies: 12
- Views: 4059
Re: No forward slash after domain name on file manager
Hi,
i tried changing the $config['uploads_url']
to $config['uploads_url'] = $config['root_url'] . '/uploads'; . Still not working.
Thank you
i tried changing the $config['uploads_url']
to $config['uploads_url'] = $config['root_url'] . '/uploads'; . Still not working.
Thank you
- Wed May 05, 2010 7:44 pm
- Forum: CMSMS Core
- Topic: No forward slash after domain name on file manager
- Replies: 12
- Views: 4059
No forward slash after domain name on file manager
I am new to cms made simple. I am having problems accessing files from the file manager. it's not showing a the slash after the domain name(for eg: http://www.domain.comuploads/test.pdf it should be like http://www.domain.com/uploads/test.pdf ). As a result it's showing file not found error when i ...