Index: [Article Count Order] [Thread]

Date:  Tue, 30 Oct 2007 20:26:01 +0900
From:  "Eiji Hamano \(bluequartz\)" <bluequartz (at mark) hypersys.ne.jp>
Subject:  [coba-e:11007] Re: Can't enable frontpage
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <017001c81ae7$a7141d60$0201a8c0@thinkpad>
References:  <00c101c815b4$8d4476b0$010210ac (at mark) DELLBOY> <200710241108.03912.keb (at mark) pa.net> <00b501c81a0b$4765b770$0201a8c0 (at mark) thinkpad> <075301c81a76$38eabc70$6700a8c0 (at mark) OfficeKen>
X-Mail-Count: 11007


----- Original Message ----- 
From: "Ken Marcus - Precision Web Hosting, Inc." 
<kenmarcus (at mark) precisionweb.net>
To: <coba-e (at mark) bluequartz.org>
Sent: Tuesday, October 30, 2007 6:53 AM
Subject: [coba-e:11006] Re: Can't enable frontpage

>
> You need to remove all the files from the site's web directory before 
> installing the FP extensions.
>
> The process I use is
> cd /home/sites/www.site.tld/web
> rm  -f .htaccess
> rm -f postinfo.html
> rm -Rf ../fp
> mkdir ../fp
> mv ./* ../fp
> cd ../fp
> cp -R images ../web/images
> #now at this point go to the   server  /admin page and enable FP 
> extensions. for that site.
>
> #after that completes, move the files back.
> mv ./* ../web
>
>
> ##then you need to
> /etc/rc.d/init.d/httpd restart
>
>
> ----
> Ken Marcus
> Ecommerce Web Hosting by
> Precision Web Hosting, Inc.
> http://www.precisionweb.net
>

Dear  Ken;
Thnak you.

However;   my problem  is at a  new created site.
No needs for back up to ../fp,  I think.

Any way,  I did all steps.
At following step,   I cauded  "Over ride error".
> cp -R images ../web/images
Then I use -f  function.  However nothing changed.

I think it came from BQ front page function.
Eiji Hamano