<?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>The Hobby Webmaster Blog &#187; server side management</title>
	<atom:link href="http://thehobbywebmaster.heresthesite.com/tag/server-side-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://thehobbywebmaster.heresthesite.com</link>
	<description>The Chronicles of my Adventures as a Hobbyist WebMaster</description>
	<lastBuildDate>Sun, 15 Jan 2012 09:56:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The File Path</title>
		<link>http://thehobbywebmaster.heresthesite.com/2008/12/27/the-file-path/</link>
		<comments>http://thehobbywebmaster.heresthesite.com/2008/12/27/the-file-path/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 15:08:18 +0000</pubDate>
		<dc:creator>Wink</dc:creator>
				<category><![CDATA[WebSite Development]]></category>
		<category><![CDATA[copying files]]></category>
		<category><![CDATA[file paths]]></category>
		<category><![CDATA[server side management]]></category>

		<guid isPermaLink="false">http://thehobbywebmaster.heresthesite.com/?p=129</guid>
		<description><![CDATA[In web development the file path is very important. If the file path is not right the expected results will not appear. On a simple site this could mean that a picture does not appear on a webpage or a link is broken and returns a 404 error. I may have mentioned that I have [...]]]></description>
			<content:encoded><![CDATA[<p>In web development the file path is very important. If the file path is not right the expected results will not appear. On a simple site this could mean that a picture does not appear on a webpage or a link is broken and returns a 404 error.</p>
<p>I may have mentioned that I have been putting up a few blogs. My hosting company makes a SimpleScripts one click install available, but each installation uses a separate database. My databases are limited to 100 with my hosting plan. So I put a copy of the master file  on the server so that I would not have to upload it each time. If I do the install I can use a shared database for several (unlimited??) instances of the blogging software. One just uses a unique prefix for each instance of the blog using the database.</p>
<p>Where this all leads is: The hosting company provides a file manager through the site cPanel. There is supposed to be a drag and drop function to copy files. I had no success in getting this to work. The alternative is to input the file path. I made several attempts in conjunction with a couple of blog installs yesterday. Because I did not have the file path clearly visualized I ended up with several instances of the blog software file in places that I did not expect on the server, including as a sub-directory in my master file. I can move files easily with drag and drop so this worked, if not as expected. This morning, when I reflected on the situation with a more or less clear head, the correct file path was apparent to me. I have one more blog that is needed (for now, probably several soon) so I went back and tested the theory. Sure enough, if you input the correct file path things happen as expected.</p>
<p>As an added benefit, copying on the server happens almost instantly. I have pretty good broadband service, 2Mb per second upstream advertised, and it still takes about 5 minutes to upload the 620 files for this software. I doubt that it takes 5 seconds to copy it on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://thehobbywebmaster.heresthesite.com/2008/12/27/the-file-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

