<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Servers cPanel webhosting blog &#187; FTP / Frontpage / Dreamweaver</title>
	<atom:link href="http://www.theperfectarts.com/category/ftp-frontpage-dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 23:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube</title>
		<link>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/</link>
		<comments>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 10:48:45 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc]]></category>
		<category><![CDATA[/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[DB Error: _doQuery: [Error message: Could not execute statement]]]></category>
		<category><![CDATA[roundcube error]]></category>
		<category><![CDATA[roundcube error logs]]></category>
		<category><![CDATA[SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] - RoundCube]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1059</guid>
		<description><![CDATA[Mostly we received following error aftre browsing RoundCube SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube As well as RoundCube error logs showing following logs [06-Oct-2008 08:34:56 -0400] DB Error: _doQuery: [Error message: Could not execute statement] [Last executed query: PREPARE MDB2_STATEMENT_mysql_8c77e0752a8db2da365c3c7a19fe8842c84663aa7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, [...]]]></description>
			<content:encoded><![CDATA[<p>Mostly we received following error aftre browsing RoundCube</p>
<p>SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube</p>
<p>As well as <a href="http://www.theperfectarts.com/2009/09/how-to-check-roundcube-error-message-on-server/">RoundCube error</a> logs showing following logs</p>
<blockquote><p>[06-Oct-2008 08:34:56 -0400] DB Error: _doQuery: [Error message: Could not execute statement]<br />
[Last executed query: PREPARE MDB2_STATEMENT_mysql_8c77e0752a8db2da365c3c7a19fe8842c84663aa7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure)\n         VALUES (?, 0, ?, now(), ?, ?, ?, ?, ?, ?, FROM_UNIXTIME(), ?, ?, ?)']<br />
[Native code: 1064]<br />
[Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), ?, ?, ?)' at line 3]<br />
in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265<br />
[06-Oct-2008 08:35:20 -0400] DB Error: _doQuery: [Error message: Could not execute statement]<br />
[Last executed query: PREPARE MDB2_STATEMENT_mysql_d6ee872839dbf41a18e11e2f09d1f4d9790e462d7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure)\n         VALUES (?, 0, ?, now(), ?, ?, ?, ?, ?, ?, FROM_UNIXTIME(), ?, ?, ?)']<br />
[Native code: 1064]<br />
[Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), ?, ?, ?)' at line 3]<br />
in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265</p></blockquote>
<p>The error is occur becasue Mysql could not insert the values from UNIXTIME. To avoid this error simply open file</p>
<p>/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.php and replace following code</p>
<blockquote><p>From</p>
<p>return &#8220;FROM_UNIXTIME($timestamp)&#8221;;</p>
<p>To</p>
<p>return sprintf(&#8220;FROM_UNIXTIME(%d)&#8221;, $timestamp);</p></blockquote>
<p>Now <a href="http://www.theperfectarts.com/2009/08/dns-cache-problem-on-local-machine/">clear cache from your local machine</a> refresh RoundCube error page.</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connect Dreamweaver with FTP account?</title>
		<link>http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-ftp-account/</link>
		<comments>http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-ftp-account/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:14:09 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[cPanel login details with Dreamweaver]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Dreamweaver  host directory]]></category>
		<category><![CDATA[Dreamweaver  host/server]]></category>
		<category><![CDATA[Dreamweaver access type]]></category>
		<category><![CDATA[Dreamweaver configuration]]></category>
		<category><![CDATA[Dreamweaver FTP settings]]></category>
		<category><![CDATA[Dreamweaver ftp user name]]></category>
		<category><![CDATA[Dreamweaver name]]></category>
		<category><![CDATA[Dreamweaver prefix]]></category>
		<category><![CDATA[Dreamweaver settings]]></category>
		<category><![CDATA[How to configure FTP inDreamweaver]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=763</guid>
		<description><![CDATA[You can create new FTP account for your domain and configure it with Dreamweaver.Refer following snap shot and configure the new FTP account with Dreamweaver &#169;2010 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>You can create new FTP account for your domain and configure it with Dreamweaver.Refer following snap shot and configure the new FTP account with Dreamweaver<br />
<div id="attachment_764" class="wp-caption aligncenter" style="width: 300px"><a href="http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-ftp-account/ftp_dreameaver/" rel="attachment wp-att-764"><img src="http://www.theperfectarts.com/wp-content/uploads/2009/12/ftp_dreameaver-290x300.png" alt="FTP account settings in Dreamweaver" title="ftp_dreameaver" width="290" height="300" class="size-medium wp-image-764" /></a><p class="wp-caption-text">FTP account settings in Dreamweaver</p></div></p>
<p><!-- begin AdBrite, Important page views tracking --><br />
<img border="0" hspace="0" vspace="0" width="1" height="1" src="http://stats.adbrite.com/stats/stats.gif?_uid=725790&#038;_pid=3" /><br />
<!-- end AdBrite, Important page views tracking --></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-ftp-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect Dreamweaver with cPanel login details?</title>
		<link>http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-cpanel-login-details/</link>
		<comments>http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-cpanel-login-details/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:11:02 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[cpanle login]]></category>
		<category><![CDATA[Dreamweaver + cPanel login]]></category>
		<category><![CDATA[Dreamweaver issue]]></category>
		<category><![CDATA[Dreamweaver problem]]></category>
		<category><![CDATA[Dreamweaver with cPanel login]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=759</guid>
		<description><![CDATA[You can connect Dreamweaver with the cPanel user name and password please read the settings carefully in following snap shot and follow it and if you are still having any problem than its better if you contact your hosting provider as every hosting provider having different rules set on there server like few hosting account [...]]]></description>
			<content:encoded><![CDATA[<p>You can connect Dreamweaver with the cPanel user name and password please read the settings carefully in following snap shot and follow it and if you are still having any problem than its better if you contact your hosting provider as every hosting provider having different rules set on there server like few hosting account do not allow default FTP account which is cPanel user name due to that in that case you need to create FTP account for your hosting account from cPanel.In that case refer following tutorial to configure new <a href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/">FTP account from your cPanel </a></p>
<div id="attachment_760" class="wp-caption aligncenter" style="width: 300px"><a rel="attachment wp-att-760" href="http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-cpanel-login-details/cpanel_dreameaver/"><img class="size-medium wp-image-760" title="cPanel_dreameaver" src="http://www.theperfectarts.com/wp-content/uploads/2009/12/cPanel_dreameaver-290x300.png" alt="cPanel user with Dreamweaver" width="290" height="300" /></a><p class="wp-caption-text">cPanel user with Dreamweaver</p></div>
<p>You can also refer following tutorial <a href="http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-ftp-account/">&#8220;How to configure new FTP account with Dreamweaver?&#8221;</a></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/12/connect-dreamweaver-with-cpanel-login-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create new FTP account from cPanel?</title>
		<link>http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/</link>
		<comments>http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 04:01:12 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[cPanel >> ftp accounts]]></category>
		<category><![CDATA[cpanel ftp access disabled]]></category>
		<category><![CDATA[cpanel user not connecting to FTP]]></category>
		<category><![CDATA[Create new FTP account from cPanel]]></category>
		<category><![CDATA[Create new FTP account from x3 theme]]></category>
		<category><![CDATA[FTP connecting problem with cpanel user name]]></category>
		<category><![CDATA[ftp problem]]></category>
		<category><![CDATA[new FTP account from cPanel]]></category>
		<category><![CDATA[new FTP account with x theme]]></category>
		<category><![CDATA[nwe ftp account]]></category>
		<category><![CDATA[problem with ftp]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=260</guid>
		<description><![CDATA[In now a days most of the hosting provider is not allowing to use default FTP user (cPanel login) to access FTP in that case we need to create new FTP account from cPanel but new user having problem to create it from cPanel in that case follow the steps.. For X theme cPanel. First [...]]]></description>
			<content:encoded><![CDATA[<p>In now a days most of the hosting provider is not allowing to use default FTP user (cPanel login) to access FTP in that case we need to create new FTP account from cPanel but new user having problem to create it from cPanel in that case follow the steps..</p>
<p>For X theme cPanel.</p>
<p>First login into cPanel and select &#8220;FTP Manager&#8221;</p>
<p><a rel="attachment wp-att-263" href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/xtheme1-2/"><img class="aligncenter size-full wp-image-263" title="xtheme1" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/xtheme11.png" alt="xtheme1" width="754" height="450" /></a><br />
<script type="text/javascript">
   var infolink_pid = 52738;
   var infolink_wsid = 0;
</script><br />
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script></p>
<p>Second &#8220;Add FTP Account&#8221;</p>
<div id="attachment_267" class="wp-caption aligncenter" style="width: 751px"><a rel="attachment wp-att-267" href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/xftp/"><img class="size-full wp-image-267" title="xftp" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/xftp.png" alt="X Theme" width="741" height="450" /></a><p class="wp-caption-text">X Theme</p></div>
<p>Third insert the information as per your requirement in following section.</p>
<div id="attachment_268" class="wp-caption aligncenter" style="width: 779px"><a rel="attachment wp-att-268" href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/xtheme3/"><img class="size-full wp-image-268" title="xtheme3" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/xtheme3.png" alt="X Theme" width="769" height="450" /></a><p class="wp-caption-text">X Theme</p></div>
<p>For X3 theme refer the following steps</p>
<p>Login into cPanel and select the FTP Accounts from Files section</p>
<div id="attachment_273" class="wp-caption aligncenter" style="width: 809px"><a rel="attachment wp-att-273" href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/x31st/"><img class="size-full wp-image-273" title="x31st" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/x31st.png" alt="X3 Theme" width="799" height="489" /></a><p class="wp-caption-text">X3 Theme</p></div>
<p>Second insert the login details as per your requirement.</p>
<div id="attachment_274" class="wp-caption aligncenter" style="width: 1450px"><a rel="attachment wp-att-274" href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/x3ftp/"><img class="size-full wp-image-274" title="x3ftp" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/x3ftp.png" alt="X3 Theme" width="1440" height="826" /></a><p class="wp-caption-text">X3 Theme</p></div>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect and publish files by using Frontpage</title>
		<link>http://www.theperfectarts.com/2009/08/connect-and-publish-files-by-using-frontpage/</link>
		<comments>http://www.theperfectarts.com/2009/08/connect-and-publish-files-by-using-frontpage/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 21:24:21 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[Connect Frontpage]]></category>
		<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[publish files by using Frontpage]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2008/08/connect-and-publish-files-by-using-frontpage/</guid>
		<description><![CDATA[Following are the steps to connect the Frontpage and publish the sites files/folders. 1.Begin by starting Microsoft FrontPage Explorer from your Windows Start Menu. 2.Select Open Web… from the File… menu. This will open the Open Web dialogue. 3.In the Open Web dialogue, select the My Network Places icon. 4.Now, enter http://www.yourdomainname.com into the Web [...]]]></description>
			<content:encoded><![CDATA[<p>Following are the steps to connect the Frontpage and publish the sites files/folders.</p>
<p>1.Begin by starting Microsoft FrontPage Explorer from your Windows Start Menu.</p>
<p>2.Select Open Web… from the File… menu. This will open the Open Web dialogue.</p>
<p>3.In the Open Web dialogue, select the My Network Places icon.</p>
<p>4.Now, enter http://www.yourdomainname.com into the Web Name field. Click Open to continue.</p>
<p>5.You will now be presented with a pop-up window entitled Enter Network Password.Enter your cPanel or FTP Username and  Password without any space. Click OK to continue.</p>
<p>6.FrontPage Explorer will open a Folder List window at the left-hand edge of the Explorer screen that will contain the entire directory structure for your webspace.</p>
<p>7.To edit pages using FrontPage, double-click any of the web pages listed in the Folder List. A new FrontPage window will open for each page you select.</p>
<p>8. To upload newly-modified pages to the web, select File… then save… from the FrontPage Explorer tool bar. Your web pages will automatically reflect your latest changes.</p>
<div class="blogger-post-footer">http://www.host.co.in/forums/f37/how-check-if-server-suexec-not-821/</div>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/connect-and-publish-files-by-using-frontpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frontpage problem</title>
		<link>http://www.theperfectarts.com/2009/08/frontpage-problem/</link>
		<comments>http://www.theperfectarts.com/2009/08/frontpage-problem/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 23:23:14 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[Frontpage connection problem]]></category>
		<category><![CDATA[Frontpage issue]]></category>
		<category><![CDATA[Frontpage problem]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2008/08/frontpage-problem/</guid>
		<description><![CDATA[If anyone facing problems with the FrontPage installation then first uninstall the installed FrontPage from shell /home/user/public_html (Change the user to your user name) Then run the following commands one by one. rm -rf .htaccess.* rm -rf _vti_pvt/ rm -rf _derived rm -rf _private rm -rf _vti_* If server is SuExec enabled then first disable [...]]]></description>
			<content:encoded><![CDATA[<p>If anyone facing problems with the FrontPage installation then first uninstall the installed FrontPage from shell /home/user/public_html   (Change the user to your user name)<br />
Then run the following commands one by one.</p>
<p>rm -rf .htaccess.*<br />
rm -rf _vti_pvt/<br />
rm -rf _derived<br />
rm -rf _private<br />
rm -rf _vti_*</p>
<p>If server is SuExec enabled then first disable it from the WHM<br />
And install FrontPage for the specific domain where you have seems the problem and then try to publish site by using Frontpage. If you are still facing the problem then</p>
<p>remove all the .htaccess.* from/home/user/public_html  and remove all _* (private,vti,etc)one by one carefully.</p>
<p>Now try to install it and check for the permission and ownership of public_html folder</p>
<p>Permission and ownership need to be as follows</p>
<p>chown user:user public_html -R<br />
chmod 755 public_html -R</p>
<p>if the problem still persists then check whether the permission of public_html/_vti_pvt/service.pwd is 600 or not?</p>
<p>(try even setting an attr and set the permission to 600)</p>
<p>ie<br />
chmod 600 service.pwd<br />
chattr +i service.pwd<br />
chattr -i service.pwd</p>
<p>It will sort out your problem enjoy</p>
<div class="blogger-post-footer">http://www.host.co.in/forums/f37/how-check-if-server-suexec-not-821/</div>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/frontpage-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and uninstall Frontpage for single domain from Shell.</title>
		<link>http://www.theperfectarts.com/2009/08/install-and-uninstall-frontpage-for-single-domain-from-shell/</link>
		<comments>http://www.theperfectarts.com/2009/08/install-and-uninstall-frontpage-for-single-domain-from-shell/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 22:17:34 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[Install Frontpage]]></category>
		<category><![CDATA[uninstall Frontpage]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2008/08/install-and-uninstall-frontpage-for-single-domain-from-shell/</guid>
		<description><![CDATA[First you need to login into your server with the root login details and then run followings commands one by one /scripts/setupfp5: What is the servername you want to setup? www.****.org Saving .htaccess file: /home/****/public_html/.htaccess Using Upgrade Mode Saving .htaccess file: /home/****/public_html/_private/.htaccess For remove /scripts/unsetupfp4 What is the servername you want to setup? www.****.org Saving [...]]]></description>
			<content:encoded><![CDATA[<p>First you need to login into your server with the root login details and then run followings commands one by one</p>
<p>/scripts/setupfp5:</p>
<p>What is the servername you want to setup? www.****.org<br />
Saving .htaccess file: /home/****/public_html/.htaccess<br />
Using Upgrade Mode<br />
Saving .htaccess file: /home/****/public_html/_private/.htaccess</p>
<p>For remove  /scripts/unsetupfp4</p>
<p>What is the servername you want to setup? www.****.org<br />
Saving .htaccess file: /home/****/public_html/.htaccess<br />
Using Upgrade Mode<br />
Saving .htaccess file: /home/****/public_html/_private/.htaccess</p>
<p>Thats it enjoy<br />
<a href="http://linux7802.blogspot.com/2008/08/frontpage-problem.html"></a></p>
<div class="blogger-post-footer">http://www.host.co.in/forums/f37/how-check-if-server-suexec-not-821/</div>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/install-and-uninstall-frontpage-for-single-domain-from-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstall Frontpage extensions on the domain?</title>
		<link>http://www.theperfectarts.com/2009/07/reinstall-frontpage-extensions-on-the-domain/</link>
		<comments>http://www.theperfectarts.com/2009/07/reinstall-frontpage-extensions-on-the-domain/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 19:32:40 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=50</guid>
		<description><![CDATA[You can reinstall the Frontpage extension for single hosting account / domain by using following command from shell. cd /usr/local/frontpage/version5.0/bin ./owsadm.exe -o install -u cpanel_user_name -p 80 -m www.domainname.com -servconf /usr/local/apache/conf/httpd.conf -xuser cpanel_user_name &#169;2010 Linux Servers cPanel webhosting blog. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>You can reinstall the Frontpage extension for single hosting account / domain by using following command from shell.</p>
<p><span style="color: #99ccff;">cd /usr/local/frontpage/version5.0/bin</span></p>
<p><span style="color: #99ccff;">./owsadm.exe -o install -u cpanel_user_name -p 80 -m www.domainname.com -servconf /usr/local/apache/conf/httpd.conf -xuser cpanel_user_name</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/07/reinstall-frontpage-extensions-on-the-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
