<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[NuBlue]]></title>
	<link rel="self" href="http://www.nublue.co.uk/forums/feed/atom/"/>
	<updated>2011-12-21T13:19:44Z</updated>
	<generator>PunBB</generator>
	<id>http://www.nublue.co.uk/forums/</id>
		<entry>
			<title type="html"><![CDATA[Creating a development copy of your Magento Store]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/232/creating-a-development-copy-of-your-magento-store/new/posts/"/>
			<summary type="html"><![CDATA[<p><span class="bbu">How to Create a Duplicate (Testing/Development) Magento Store on a VPS</span></p><p>Please note we do not accept any responsibility for any unintended consequence of following or failing to follow these instructions.&nbsp; These instructions if followed correctly will duplicate your current Magento store without harming it in any way.&nbsp; However failure to follow these instructions correctly could result in significant harm to your live install.&nbsp; If you are not confident following these instructions then you should not undertake this HowTo.&nbsp; </p><p>We offer this as a professional service - if you wish for us to undertake this duplication please contact us via the usual support channels.</p><p><strong>Requirements :</strong></p><p>Your live site should be fully backed up before attempting this<br />DNS is pointing at the VPS<br />Shell access<br />Magento is in web root. If the Magento install is not in web root then you will need to add the subdirectory to all the file paths.</p><p><strong>Step 1 : Create the domain in Plesk</strong></p><p>Create New Domain of the format : dev.domain_name.com where your live domain is <strong>domain_name.com</strong></p><p>Add a database<br />Make a note of all login details.<br /> (<a href="http://www.nublue.co.uk/support/how_to_create_new_hosting_accounts_in_plesk" rel="nofollow">Further information if required</a>)</p><p><strong>Step 2 : Access the shell</strong></p><p>Ensure /bin/bash shell access is enabled in your Hosting Account (Setup -&gt; Shell access to server with FTP user&#039;s credentials - /bin/bash)<br />Access your VPS using <a href="http://www.nublue.co.uk/support/how_to_download_and_install_putty" rel="nofollow">Putty</a> logging in as the new domain user.</p><p><strong>Step 3 : Duplicate files</strong></p><p>Shell Commands :</p><p>You will need to replace DEV.DOMAIN_NAME.COM and DOMAIN_NAME.COM as appropriate.<br /></p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">cd /var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/
cp -r /var/www/vhosts/DOMAIN_NAME.COM/httpdocs/* /var/www/vhosts/DOMAIN_NAME.COM/httpdocs/.ht* /var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/ 
chown -R DEV_FTP_USERNAME:psacln /var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/* /var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/.ht* </pre></div><p>(Ignore any errors relating to plesk-stat or var/cache/mage...).</p><p><strong>Step 4 : Duplicate Database</strong></p><p>Shell Commands :</p><p>Dump a copy of the live database<br /></p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">cd /var/www/vhosts/DEV.DOMAIN_NAME.COM/private/
mysqldump -u LIVE_DB_USERNAME -pLIVE_DB_PASSWORD LIVE_DB_NAME &gt; LIVE_DB_NAME.sql</pre></div><p>Import it into the new dev database<br /></p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">mysql -u DEV_DB_USER -pDEV_DB_PASSWORD DEV_DB_NAME &lt; LIVE_DB_NAME.sql
rm LIVE_DB_NAME.sql</pre></div><p><strong>Step 5 : Point dev domain at duplicated database and update base URLs</strong></p><p>Edit file : /var/www/vhosts/dev.domain_name.com/httpdocs/app/etc/local.xml<br />(If unsure use Plesk CP -&gt; File Manager -&gt; Navigate to file -&gt; Pencil Image )<br />Change db_name, db_username, and db_password from live_db settings to the dev_db details.<br />Save the file.</p><p><span class="bbu">Using Hosting Control Panel / phpMyAdmin :</span><br />Login -&gt; Home/Domains -&gt; dev.domain_name.com -&gt; Databases -&gt; database -&gt; DB WebAdmin<br />Click on core_config_data<br />Click on the Search tab<br />Enter %base_url in path and click Search/Go<br />Change all entries to point to <strong>dev.domain_name.com</strong><br />(Further information on using&nbsp; <a href="http://www.nublue.co.uk/support/hosting-tools" rel="nofollow">phpMyAdmin</a>)<br />Reset the magento cache using the&nbsp; &quot;Magento Cache Reset&quot; button for dev.domain_name.com</p><p><strong>Step 6 : Enable caching and Magento Connect<br /></strong><br />Configure file permissions and the pear.ini<br /></p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">find /var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/ -type d -exec chmod 775 {} \;
find /var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/ -type f -exec chmod 664 {} \;
chmod a+x /var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/pear
/var/www/vhosts/DEV.DOMAIN_NAME.COM/httpdocs/pear mage-setup .</pre></div><p>TEST REPEATEDLY!<br />Note : All absolute links entered into the CMS component of Magento will remain wrong.<br />Login details should be changed so that the logins for the dev site are different to the live site.<br />Consider using &quot;Protected Directories&quot; to prevent viewing of the dev site.</p><p>~Paul</p>]]></summary>
			<author>
				<name><![CDATA[NuBlue-Luke]]></name>
				<uri>http://www.nublue.co.uk/forums/user/5/</uri>
			</author>
			<updated>2011-12-21T13:19:44Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/232/creating-a-development-copy-of-your-magento-store/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Are we being ripped off with the new Hosting Plans ?]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/281/are-we-being-ripped-off-with-the-new-hosting-plans/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,<br />I have had my website hosted with Nublue for nearly a year and a half and I want to move my site to another hosting company.&nbsp; They want to nearly double my monthly payments in the new year.&nbsp; I found a company called Evohosting which seems to provide a much better service for a lot less money.</p><p>Does anyone else feel they are being ripped off by Nublue ? Does anyone else have experience of Evohosting (and how I would go about transferring my website).</p><p><a href="http://www.dermacaredirect.co.uk" rel="nofollow">www.dermacaredirect.co.uk</a></p><p>Bhavin</p>]]></summary>
			<author>
				<name><![CDATA[james.thompson]]></name>
				<uri>http://www.nublue.co.uk/forums/user/371/</uri>
			</author>
			<updated>2011-12-21T12:04:58Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/281/are-we-being-ripped-off-with-the-new-hosting-plans/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SETTING A CUSTOM CRAWL RATE WITHIN GOOGLE WEBMASTER TOOLS]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/358/setting-a-custom-crawl-rate-within-google-webmaster-tools/new/posts/"/>
			<summary type="html"><![CDATA[<p>Bandwidth is an important resource in web-hosting and it signifies the amount of traffic that your website is receiving on the world wide web. It is therefore important to periodically review the bandwidth usage of your website to ensure that this valuable resource is being used by those who matter most, your clients.</p><p>We&#039;ve seen in the past that various web-robots can consume large amounts of bandwidth on a Magento store, this can happen when a web-robot becomes stuck in infinite loops on your website. These infinite loops can be caused by custom scripts, but are most often caused when Session ID&#039;s are served with each URL that is indexed. </p><p>The frequency which web-robots visit your website, as well as specifically what they index, can be managed using a robots.txt file. We&#039;ve explored creating and configuring a robots.txt file for a Magento store in the past <a href="http://www.nublue.co.uk/forums/topic/318/adding-a-robotstxt-file-to-your-magento-store/" rel="nofollow">here</a>.</p><p>However, not all web-rebots choose to take note of a robots.txt file; Googlebot in particular prefers that you configure its behaviour directly, within a Google Webmaster Tools account.</p><p>In this guide we explore how you can configure an existing Google Webmaster Tools account to control how Googlebot interacts with your Magento store.</p><p>The first step in this process is to <strong>login</strong> to your existing <strong>Google Webmaster Tools account</strong>. If you do not have an account then you may find is worthwhile creating one, as Google provide several useful tools that allow you to gather information about your website.</p><p>Once logged in to your Google Webmaster Tools account you need to select the website you wish to manage. To do this, simply click on your domain.</p><p><span class="postimg"><img src="http://www.nublue.co.uk/forums/images/editing-crawl-delay-google-webmaster-tools-1.png" alt="http://www.nublue.co.uk/forums/images/editing-crawl-delay-google-webmaster-tools-1.png" /></span></p><p>From here, you will be presented with a list of controls for your domain. Within Google Webmaster Tools we will look to set a custom crawl rate for Googlebot, as defined in the aforementioned robots.txt file, which Googlebot will then take note of.</p><p>To do this, from the left hand side-bar select <strong>&#039;Site Configuration&#039;</strong> and then click the <strong>&#039;Settings&#039;</strong> button from the drop down menu.</p><p>Under <strong>&#039;Crawl rate&#039;</strong> select <strong>&#039;Set custom crawl rate&#039;</strong>, this will load a new interface allowing you to set a the rate which Googlebot should crawl your website. We would advise that you set a custom crawl rate of <strong>30 seconds</strong>, to do this you can either drag the slider as desired or type &#039;30&#039; into the &#039;seconds between requests&#039; text box.</p><p><span class="postimg"><img src="http://www.nublue.co.uk/forums/images/editing-crawl-delay-google-webmaster-tools-2.png" alt="http://www.nublue.co.uk/forums/images/editing-crawl-delay-google-webmaster-tools-2.png" /></span></p><p>Hit the <strong>&#039;Save&#039;</strong> button and that&#039;s it! You&#039;re all done!</p>]]></summary>
			<author>
				<name><![CDATA[NuBlue-Martyn]]></name>
				<uri>http://www.nublue.co.uk/forums/user/1064/</uri>
			</author>
			<updated>2011-11-23T17:07:37Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/358/setting-a-custom-crawl-rate-within-google-webmaster-tools/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Wordpress Problems : Solved]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/355/wordpress-problems-solved/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello !</p><p>I recently started a hosting plan at NuBlue for my Wordpress site.</p><p>I used a few of the video tutorials you have online, and they are great, however, I experienced a few problems when entering new posts onto the Wordpress site. I kept getting the following error when trying to insert an image to the post :</p><div class="quotebox"><blockquote><p>&quot;Unable to create directory /var/www/vhosts/[mydomain]/httpdocs/wp-content/uploads/2011/10. Is its parent directory writable by the server?&quot;</p></blockquote></div><p>I found a fix for this in the Wordpress forum, that seems to be fairly common across some hosts, this is what I did : test</p><p>1. Using my FTP software, I was using Coda, I had to manually create the /uploads/ folder</p><p>2. Then by changing the settings (right click the folder) of the /uploads/ folder to have a Octal of 777, I was able to edit the folder outside of system (in this case, inside Wordpress), I can now add images directly from my computer instead of uploading the image manually.</p>]]></summary>
			<author>
				<name><![CDATA[NuBlue-Martyn]]></name>
				<uri>http://www.nublue.co.uk/forums/user/2867/</uri>
			</author>
			<updated>2011-11-07T16:54:21Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/355/wordpress-problems-solved/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Magento multiple store price problem]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/353/magento-multiple-store-price-problem/new/posts/"/>
			<summary type="html"><![CDATA[<p>I&#039;m running Magento 1.5.0.1</p><p>I have two stores set up - wholesale and retail.</p><p>I&#039;m treating retail as the default store.</p><p>The problem is that when I change the price on the wholesale store (havving deselected &#039;Use Default View&#039;) this also seems to change the price on the default store. In fact the problem seems to affect more than just the price field.</p><p>Any ideas?</p>]]></summary>
			<author>
				<name><![CDATA[Christopher93]]></name>
				<uri>http://www.nublue.co.uk/forums/user/362/</uri>
			</author>
			<updated>2011-09-29T11:43:47Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/353/magento-multiple-store-price-problem/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Email accounts with domain alias]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/351/email-accounts-with-domain-alias/new/posts/"/>
			<summary type="html"><![CDATA[<p>I have a hosted domain and have set up a domain alias.&nbsp; It works as I expected and I can also send messages to the various email accounts using the domain alias as well as the original domain (name1@domain and name1@domainalias).<br />Is it also possible to login to webmail using the domain alias?&nbsp; I can&#039;t seem to do this.&nbsp; I was wondering if DNS settings on the domain alias are stopping me.&nbsp; I haven&#039;t touched them - honest!<br />Regards<br />Peter</p>]]></summary>
			<author>
				<name><![CDATA[kuopiopete]]></name>
				<uri>http://www.nublue.co.uk/forums/user/140/</uri>
			</author>
			<updated>2011-09-22T15:43:45Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/351/email-accounts-with-domain-alias/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Hi from a magento Coffee pod site]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/352/hi-from-a-magento-coffee-pod-site/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi we are in the process of creating a magento site to sell espresso coffee pods in the UK. It is still a work in progress but the latest version is here.<br /><a href="http://www.aromocoffee.co.uk" rel="nofollow">http://www.aromocoffee.co.uk</a><br />thanks</p>]]></summary>
			<author>
				<name><![CDATA[aromocoffee]]></name>
				<uri>http://www.nublue.co.uk/forums/user/2802/</uri>
			</author>
			<updated>2011-09-22T12:45:02Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/352/hi-from-a-magento-coffee-pod-site/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[What are the nameservers for my website?]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/349/what-are-the-nameservers-for-my-website/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>I seem to have lost the note of the nameservers for my website.</p><p>I&#039;m on Shared10 if this helps.</p><br /><p>Thank you.</p>]]></summary>
			<author>
				<name><![CDATA[paulie]]></name>
				<uri>http://www.nublue.co.uk/forums/user/2763/</uri>
			</author>
			<updated>2011-08-25T21:15:58Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/349/what-are-the-nameservers-for-my-website/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Wordpress install]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/348/wordpress-install/new/posts/"/>
			<summary type="html"><![CDATA[<p>I&#039;m trying to get a Wordpress site going for one of my domains that I have through my Nublue account but going through the Wordpress &#039;famous 5 minute installation&#039; I keep coming up against a 404 error when typing in my url then the wp-admin/install.php. It comes up with a pop up box wanting to open/download the install.php file.</p><p>I&#039;ve tried everything in the forums, suggestions, tips etc but can&#039;t seem to make it work. I&#039;ve set up the wp-config file, tried removingeverything, downloaded Wordpress for the third time and uploaded all again and still the same issue. </p><p>I don&#039;t think it&#039;s a nublue thing, so I must be not doing/doing to get this pop up everytime rather than the install prompt?</p><p>The domain is <a href="http://www.breadriots.com" rel="nofollow">www.breadriots.com</a> if anyone can help....please? help out a girl in need....</p><p>Any thoughts?</p><p>(oh, I&#039;ve looked at the Nublue install video over and over but it doesn&#039;t seem to give anything away, I&#039;m uploading to the httpdocs folder for the domain.)</p>]]></summary>
			<author>
				<name><![CDATA[paulie]]></name>
				<uri>http://www.nublue.co.uk/forums/user/2761/</uri>
			</author>
			<updated>2011-08-24T20:00:03Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/348/wordpress-install/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Website]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/345/website/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi I just payed for a new web solution hhere.</p><p>I want to know where I login to my webpanel and when I get informations regarding this?</p><p>R</p>]]></summary>
			<author>
				<name><![CDATA[NuBlue-Luke]]></name>
				<uri>http://www.nublue.co.uk/forums/user/2730/</uri>
			</author>
			<updated>2011-08-01T08:47:59Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/345/website/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[BETA TESTERS REQUIRED!]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/343/beta-testers-required/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello everyone,</p><p>We&#039;re testing some nice new application installers to roll out across our Hosting platforms - they are little programs that sit inside your hosting control panel, and give you the option to install a number of different applications with a few clicks.&nbsp; We&#039;ve narrowed it down to two different offerings, and would like some input from the people who would be using them before making our decision!</p><p>If anyone is interested in trialling these app installers, please contact the support team and register your interest.&nbsp; We&#039;ll add it to your account, it won&#039;t cost a thing and it won&#039;t involve any downtime whatsoever.</p><p>What we are looking for are <strong>current NuBlue Hosting clients</strong> who:</p><ul><li><p>* Install applications on a regular basis<br />* Would be looking to install Magento, and a number of other applications<br />* Would be willing to provide feedback on the use of the installer<br />* Would be happy to go through this process on both solutions</p></li></ul><p>It doesn&#039;t matter what platform you are on - Shared, VPS and Dedicated Clients are equally than welcome.</p><p>Ideally you&#039;d also be willing to take a few minutes out of a day or two and install a few applications just for testing purposes!</p><p>So if this is of interest to any of our clients, please, get in touch!&nbsp; In return you&#039;ll get our eternal gratitude (and possibly a branded NuBlue mug if you&#039;re really helpful)!</p>]]></summary>
			<author>
				<name><![CDATA[NuBlue-Ewan]]></name>
				<uri>http://www.nublue.co.uk/forums/user/6/</uri>
			</author>
			<updated>2011-07-28T10:39:26Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/343/beta-testers-required/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[HowTo : Magento MultiStore within Plesk (VPS / Dedicated Only)]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/233/howto-magento-multistore-within-plesk-vps-dedicated-only/new/posts/"/>
			<summary type="html"><![CDATA[<p><strong>Requirements :</strong> <br />Root shell (ssh) access ( <a href="http://www.nublue.co.uk/support/how_to_download_and_install_putty" rel="nofollow"> See here</a>&nbsp; )<br />Experience using shell based text editors (not covered) or moving files with the shell (not covered)<br />Preconfigured domains for hosting within your Hosting Control Panel (<a href="http://www.nublue.co.uk/support/how_to_create_new_hosting_accounts_in_plesk" rel="nofollow">See Here</a>)<br />One domain (your &quot;parent&quot; domain) must have Magento installed (<a href="http://blog.nublue.co.uk/magento-one-click-install-guide/" rel="nofollow">See Here</a>)</p><p><span class="bbu">Step 1 : Configuring Magento</span></p><p>You can use this&nbsp; <a href="http://www.magentocommerce.com/knowledge-base/entry/overview-how-multiple-websites-stores-work" rel="nofollow">guide</a> for an explanation of how multiple stores work and can be configured within the Magento admin panel.&nbsp; You should create your multiple websites/stores first here as you will need these settings when you are configuring the passthrough index.php in your webspace.</p><p><span class="bbu">Step 2 : Configuring Plesk</span></p><p>To enable a multistore setup within Plesk you specifically need to relax OpenBaseDir restrictions to allow different domains on the server to talk to each other.&nbsp; This can only be done by the use of custom configuration files within your Plesk domain configuration, and you can only write custom configuration files as root.</p><p>Once you have become the root user you should navigate to the following directory of your first &quot;child&quot; store :<br /></p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">cd /var/www/vhosts/CHILD_DOMAIN_NAME/conf</pre></div><p>If you check the contents of this directory you will find a file named httpd.include, this is the configuration file for the domain and should not be touched as Plesk will frequently rebuild and rewrite this file.</p><p>We are going to create two files, both with identical content, the first file covers http requests, the second https (encrypted) requests.</p><p>The first file to be created is vhost.conf, and to create it using vim you would type :<br /></p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">vim /var/www/vhosts/CHILD_DOMAIN_NAME/conf/vhost.conf</pre></div><p>The following data (adjusted for your particular configuration) should be inserted into the text editor (To start typing in Vim simply press &quot;a&quot;, then everything you type will pushed to the screen).&nbsp; You should type this data manually rather than pasting as all lines and line breaks should remain intact, and this will not happen if the data is pasted.&nbsp; Please note that there are only three lines.</p><p>&lt;Directory /var/www/vhosts/<span style="color: blue">CHILD_DOMAIN_NAME</span>/httpdocs&gt;<br />php_admin_value open_basedir &quot;/var/www/vhosts/<span style="color: blue">CHILD_DOMAIN_NAME</span>/httpdocs:/var/www/vhosts/<span style="color: red">PARENT_DOMAIN_NAME</span>/httpdocs:/tmp&quot;<br />&lt;/Directory&gt;</p><p>Once you have entered this data you can save and exit from Vim with the following command sequence : ESC : w q RETURN (Escape Key, Colon, w, q and then return)</p><p>You should then repeat the above process for the SSL configuration file : </p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">vim /var/www/vhosts/CHILD_DOMAIN_NAME/conf/vhost_ssl.conf</pre></div><p>After the two files have been created its necessary to alert Plesk to the presence of these files, you can do this by running the following command : <br /></p><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">/usr/local/psa/admin/bin/websrvmng -a -v</pre></div><p><strong>If you receive any error after running this command you should delete the two files created, then rerun the command.&nbsp; If you still receive errors you should contact support immediately as its possible that your web server will no longer be running</strong></p><p>Assuming you received no errors you should continue.</p><p><span class="bbu">Step 3 : Adding a passthrough index.php to the child domain</span></p><p>The following file (index.php) needs to be reconfigured to your needs and added to the web root of the child domain :</p><br /><div style="padding: 10px 0 10px 0;"><pre class="brush: plain;">$mageFilename = &#039;/var/www/vhosts/PARENT_DOMAIN/httpdocs/app/Mage.php&#039;;

if (!file_exists($mageFilename)) {
    if (is_dir(&#039;downloader&#039;)) {
        header(&quot;Location: downloader&quot;);
    } else {
        echo $mageFilename.&quot; was not found&quot;;
    }
    exit;
}

require_once $mageFilename;

umask(0);
Mage::run(&#039;STORE/WEBSITE_CODE&#039;, &#039;TYPE&#039;);</pre></div><p>This file can be edited in your usual editor and uploaded to the web root, created via the Plesk File Manager or you can even create it using Vim!</p><p>You should now be able to navigate to the child domain and view the appropriate Magento storefront that was configured on the parent domain.</p>]]></summary>
			<author>
				<name><![CDATA[NuBlue-Tom]]></name>
				<uri>http://www.nublue.co.uk/forums/user/5/</uri>
			</author>
			<updated>2011-07-26T15:14:03Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/233/howto-magento-multistore-within-plesk-vps-dedicated-only/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[My website hosted by Nublue]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/308/my-website-hosted-by-nublue/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi everyone. My company, The Natural Dog Food Company Ltd, decided to go with Nublue some 3 years ago when we designed a new website, <a href="http://www.naturaldogfoodcompany.com" rel="nofollow">www.naturaldogfoodcompany.com</a> , and have been very happy with the decision. We have a very successful and easy relationship with Nublue and help is always to hand. We wrote the site details in house and from launch we have featured at number 1 spot in the google ranking&nbsp; below the paid advertising. We are very proud of our company and the products we manufacture.</p>]]></summary>
			<author>
				<name><![CDATA[aicomms]]></name>
				<uri>http://www.nublue.co.uk/forums/user/848/</uri>
			</author>
			<updated>2011-06-21T23:52:16Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/308/my-website-hosted-by-nublue/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Hello From Parties Unwrapped Ltd]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/274/hello-from-parties-unwrapped-ltd/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>Hello from the team at Parties Unwrapped Ltd. We are multi-channel online retailers of fancy dress outfits, kits, footwear and balloons.</p><p>We have been trading for over 7 years on marketplace websites such as Amazon, Play.com, Pixmania, EBay and of course our own website <a href="http://www.partiesunwrapped.com" rel="nofollow">http://www.partiesunwrapped.com</a> which runs on Magento hosted by NuBlue.</p><p>Our multi-channel inventory is controlled by some great middle-wear from Linnworks which ensures we can hold efficient stock levels without holding dedicated stock per channel or risk overselling an item as Linnworks automatically adjusts our inventory across all channels every time we make a sale. Linnworks is 100% Magento compatible using the Magento API.</p><p>Darren</p>]]></summary>
			<author>
				<name><![CDATA[aicomms]]></name>
				<uri>http://www.nublue.co.uk/forums/user/393/</uri>
			</author>
			<updated>2011-06-21T23:46:51Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/274/hello-from-parties-unwrapped-ltd/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Classic Wheels' NEW ARRIVALS!]]></title>
			<link rel="alternate" href="http://www.nublue.co.uk/forums/topic/333/classic-wheels-new-arrivals/new/posts/"/>
			<summary type="html"><![CDATA[<p>NEW! 2011 Castlehackett Vintage Car Show Gallery is ready! We hope you find photographs from this Event enjoyable despite the weather captured! Ballyglass Heritage Club Summer Rally Newsletter 2011 is now available to view On-line.</p><p>Visit: <a href="http://www.classicwheelsirl.com" rel="nofollow">www.classicwheelsirl.com</a> to see more...</p><p><span class="postimg"><img src="https://lh4.googleusercontent.com/-y4Qp7ylmbsg/TfUbomp0ntI/AAAAAAAACNU/pY8RVO35kKE/s640/bboard.jpg" alt="https://lh4.googleusercontent.com/-y4Qp7ylmbsg/TfUbomp0ntI/AAAAAAAACNU/pY8RVO35kKE/s640/bboard.jpg" /></span></p>]]></summary>
			<author>
				<name><![CDATA[Marta260]]></name>
				<uri>http://www.nublue.co.uk/forums/user/802/</uri>
			</author>
			<updated>2011-06-16T10:59:31Z</updated>
			<id>http://www.nublue.co.uk/forums/topic/333/classic-wheels-new-arrivals/new/posts/</id>
		</entry>
</feed>

