----- 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