File Manger: comuploads in URL
Posted: Tue May 24, 2011 11:18 pm
(Yes I did a search)
Having trouble getting the file manager to output the correct URLs.
The file manager is outputting URLs in the following format
I am using the stock rewright rules found here:
http://wiki.cmsmadesimple.org/index.php ... l_Settings
.htaccess
http://pastie.org/1968694
config.php
http://pastie.org/1968698
Now if I set
The file manager works but it breaks everything else and I end up with URLs like
Its not mission critical but is a total pain in the ass.
Thanks.
Having trouble getting the file manager to output the correct URLs.
The file manager is outputting URLs in the following format
Code: Select all
http://www.domain.comuploads/directory/file.extension
http://wiki.cmsmadesimple.org/index.php ... l_Settings
.htaccess
http://pastie.org/1968694
config.php
http://pastie.org/1968698
Now if I set
Code: Select all
$config['root_url'] = 'http://www.domain.com/';
Code: Select all
http://www.domain.com//page
Thanks.