Elxis CMS Forum

Support => Administration => Topic started by: Ernest on May 30, 2007, 00:04:10

Title: Hello I have one question???
Post by: Ernest on May 30, 2007, 00:04:10
want to ask. I hate then I have to leave link such as powered by: site name  , I searching cms in that I can remove all links and directions to cms company web pages , can I remove Powered by elxis! ? And all elxis from cms ?   
Title: Re: Hello I have one question???
Post by: datahell on May 30, 2007, 00:14:31
You can remove the "Powered by Elxis" copyright notice at the end of your pages. Nothing else is visible so it is not a problem. Copytight notices at the header of the PHP files (invisible to all) should never be removed as this would be a violation of the GNU/GPL license.
Title: Re: Hello I have one question???
Post by: Ernest on May 30, 2007, 00:33:06
mysite.com/elxis/index.php
                   ----- can I change this ?

                /elxis/ I want change dirr to my own , so license is giving me right to change some code or not?

If it is open source cms so I can change code by my needs ??
Title: Re: Hello I have one question???
Post by: Ivan Trebješanin on May 30, 2007, 01:54:05
Of coure you may change the path, but actually you should make changes to configuration.php to reflect those changes, and not in index.php. If you don't want your path to look like this: mysite.com/elxis/index.php, and make it this: mysite.com/index.php your elxis installation should be in public_html dir.
You should open configuration.php and make this changes:

$mosConfig_live_site = 'http://www.mysite.com';
$mosConfig_cachepath = '/home/mysite/public_html/cache';
$mosConfig_absolute_path = '/home/mysite/public_html';

Notice that parameters above are taken from one of my sites and your server could have different paths. Also, if you use FTP support in admin panel there are few lines more to configure... If you haven't put too much content into database, it is better do a clean installation into public_html (www, htdocs or whatever is the root of mysite.com).
Title: Re: Hello I have one question???
Post by: Ernest on June 03, 2007, 04:40:10
fanks very much