SOLVED serious problem of site configuration, about root_url

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
uloloi
Forum Members
Forum Members
Posts: 88
Joined: Thu Dec 16, 2010 8:50 pm

SOLVED serious problem of site configuration, about root_url

Post by uloloi »

Help! With my hosts, I use more than one domain, in the same hosting plan, so I have to point each sites to its corresponding subdirectories. I have a new problem, and I'm sure is in the config.php but I can't find the solution. Believe in me, any help, must appreciated, also with a donation, but it is urgent to me solve this issue!

Well, I'm using three domains:
mysite.com | othersite.net | newsensation.com and each one is pointed to its own subdirectory:
mysite.com/cmsms
othesite.net/here
newsensation.com/site

Into the code in the config.php file there is a lot of paths that I don't know if they are really necessaries, I´m still using to this sites CMSMS v1.9.x so here comes a lot of lines of code

Code: Select all

#CMS Made Simple Configuration File
#Please clear the cache (Site Admin->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 when editing these.  Additionally, some settings may have
# no effect on servers with significantly restricted configurability.

# Warning: This option is deprecated and will be removed in later versions oF CMSMS.
# If you are experiencing problems with php memory limit errors, then you may
# want to try enabling and/or adjusting this setting.
# Note: Your server may not allow the application to override memory limits.
$config['php_memory_limit'] = '';

# In versions of CMS Made Simple prior to version 1.4, the page template was processed
# in it's entirety.  This behaviour was later changed to process the head portion of the
# page template after the body.  If you are working with a highly configured site that
# relies significantly on the old order of smarty processing, you may want to try
# setting this parameter to true.
$config['process_whole_template'] = false;

# CMSMS Debug Mode?  Turn it on to get a better error when you

blah blah blah ...
Well, everything was ok, I was using pretty urls, .htaccess with mod_rewrite enabled etc, but now I have troubles and can´t find solutions

ERROR: The CGExtensions module could not be found.

See this sites: aescenateatro.net (works with cmsms) dumadelcentro.com (will works alos, but now is just html pure)
Attachments

[The extension txt has been deactivated and can no longer be displayed.]

Last edited by uloloi on Fri Aug 10, 2012 7:17 pm, edited 2 times in total.
uloloi
Forum Members
Forum Members
Posts: 88
Joined: Thu Dec 16, 2010 8:50 pm

[SOLVE]Re: serious problem of site configuration, about root

Post by uloloi »

It works!
config['ruth_path'] thats all! ;D
just in this line I have to add the /subfolder_name

and for the use of pretty urls in the .htaccess comment the
# RewriteBase /subfolder_name

WOHOOO!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: serious problem of site configuration, about root_url

Post by Dr.CSS »

Please add [solved] to the subject line of your first post...
Post Reply

Return to “The Lounge”