LoginSignup
0
0

More than 5 years have passed since last update.

MODXを別のサーバーに移行

Last updated at Posted at 2013-03-29

例として、ウェブサーバー上のMODXを、ローカル環境(MAMP)に移行する際の手順です。

注意
/config.core.php や /manager/config.core.php などで大元の設定がされている。


 

(1) /core/cache/ 内のディレクトリを全削除

 
下で無駄に置換しないため

 

(2) 全ファイルでパスを置換

 

/home/sites/hoge/web/mysite.com

/Applications/MAMP/htdocs/mysite

 

(3) /core/config/config.core.php

 
12行目あたりまでにまとめて書いてあるデーターベース関係の設定値を変更

62行目あたりのホスト名を変更

$http_host='mysite.com';

$http_host='localhost:8888';
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0