Elxis CMS Forum

Extensions => Components => Topic started by: sylva on March 29, 2009, 07:34:59

Title: how to publish my website?
Post by: sylva on March 29, 2009, 07:34:59
Hey,
i've just finished my site and wanted to know how to publish it. i especialy worry about the links of picture  and many others. how to change them before upload file to my hosting zone?
thanks :)
Title: Re: how to publish my website?
Post by: datahell on March 29, 2009, 11:31:13
The only file that needs to be change is the configuration.php. You should change the paths and the urls to that site in order to match those of your online site.

Also do the following on the SQL backup file before importing it to the online site:
Do a "find and replace" for URLs of your local site. Some images might be entered with the full URL, you must change these URLs to those of the online site. So if your local URL is "http://localhost" and the online "http://www.mysite.com", do a replacement between these two.