<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: What does &#034;Full server path&#034; mean?</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/</link>
	<description></description>
	<pubDate>Sun, 12 Oct 2008 13:33:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11044</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11044</guid>
		<description>Erica - is that any different than being connected via FTP and issuing a raw ftp command? &lt;i&gt;*If it isn't*&lt;/i&gt; - that may not give the full server path. For example - if I'm connected via FTP to my site, and I issue the raw command "pwd" - I get back simply "/" or "/public_html" (if I'm in public_html)... however, my server path looks more like:
/home/myaccount/public_html/etc...</description>
		<content:encoded><![CDATA[<p>Erica - is that any different than being connected via FTP and issuing a raw ftp command? <i>*If it isn&#039;t*</i> - that may not give the full server path. For example - if I&#039;m connected via FTP to my site, and I issue the raw command &#034;pwd&#034; - I get back simply &#034;/&#034; or &#034;/public_html&#034; (if I&#039;m in public_html)&#8230; however, my server path looks more like:<br />
/home/myaccount/public_html/etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11045</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11045</guid>
		<description>:D I'll answer my own question. LOL! It &lt;b&gt;IS&lt;/b&gt; different. Just tried connecting via ssh - and it gave me the correct server path. :)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> I&#039;ll answer my own question. LOL! It <b>IS</b> different. Just tried connecting via ssh - and it gave me the correct server path. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blinger</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11046</link>
		<dc:creator>Blinger</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11046</guid>
		<description>I would think that any host worth their salt would provide you with the server path on demand preferably including it either on thier help pages or somewhere in your control panel</description>
		<content:encoded><![CDATA[<p>I would think that any host worth their salt would provide you with the server path on demand preferably including it either on thier help pages or somewhere in your control panel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11047</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11047</guid>
		<description>I would also mention about the debugging part, sometimes where it says the error is (line 99) is caused by something way back earlier. In Java I get a lot of that caused by uninitialized variables, though of course PHP doesn't have that problem. But it's still something to remember... if you've looked for hours and can't find it, trace it back.</description>
		<content:encoded><![CDATA[<p>I would also mention about the debugging part, sometimes where it says the error is (line 99) is caused by something way back earlier. In Java I get a lot of that caused by uninitialized variables, though of course PHP doesn&#039;t have that problem. But it&#039;s still something to remember&#8230; if you&#039;ve looked for hours and can&#039;t find it, trace it back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11048</link>
		<dc:creator>Adnan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11048</guid>
		<description>i want users to upload images.so i have copied images which users upload to permanent location on my  server.i also got current working directory by using funciton getcwd();....
i want to upload images so that when i host my site on any commercial webserver, it can get path of that server dynamically. and upload pictures in specified location...........</description>
		<content:encoded><![CDATA[<p>i want users to upload images.so i have copied images which users upload to permanent location on my  server.i also got current working directory by using funciton getcwd();&#8230;.<br />
i want to upload images so that when i host my site on any commercial webserver, it can get path of that server dynamically. and upload pictures in specified location&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imabug</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11049</link>
		<dc:creator>Imabug</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11049</guid>
		<description>A 'pwd' command issued from a telnet/ssh session will definitely (or had better) give you a different path than the same command issued from an FTP session.  A properly configured FTP server will be CHROOTed so that / points to the root of the FTP space, rather than the root of the file system.  This prevents people from sneakily trying to FTP files to /../../../etc/passwd or other evilness.</description>
		<content:encoded><![CDATA[<p>A &#039;pwd&#039; command issued from a telnet/ssh session will definitely (or had better) give you a different path than the same command issued from an FTP session.  A properly configured FTP server will be CHROOTed so that / points to the root of the FTP space, rather than the root of the file system.  This prevents people from sneakily trying to FTP files to /../../../etc/passwd or other evilness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11050</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11050</guid>
		<description>I made a point of adding the full server path information needed to my new hosting client e-mails.  In the past year, I think maybe 1 client has come back and asked for that information.  It's so much easier to give it to people up front!

(On a separate note - the tab order for the comment page is out of order - it jumps from the RSS line to the "please email me" line, skipping the code line.  I'm tab happy on this keyboard.)</description>
		<content:encoded><![CDATA[<p>I made a point of adding the full server path information needed to my new hosting client e-mails.  In the past year, I think maybe 1 client has come back and asked for that information.  It&#039;s so much easier to give it to people up front!</p>
<p>(On a separate note - the tab order for the comment page is out of order - it jumps from the RSS line to the &#034;please email me&#034; line, skipping the code line.  I&#039;m tab happy on this keyboard.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11051</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11051</guid>
		<description>Tank you for this, it was VERY helpful to me!!!</description>
		<content:encoded><![CDATA[<p>Tank you for this, it was VERY helpful to me!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11052</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11052</guid>
		<description>wow!
i've had lots trouble finding coherent php information online, but you solved my problem right away.

you guys rock, thank you.</description>
		<content:encoded><![CDATA[<p>wow!<br />
i&#039;ve had lots trouble finding coherent php information online, but you solved my problem right away.</p>
<p>you guys rock, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [supafine] geek blog</title>
		<link>http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11053</link>
		<dc:creator>[supafine] geek blog</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/03/05/what-does-full-server-path-mean/#comment-11053</guid>
		<description>&lt;trackback /&gt;&lt;strong&gt;Hmm. Server path, eh?&lt;/strong&gt;
Scriptygoddess has an article -- "Lessons learned: What does 'full server path' mean?" -- that I need to read again. I think it may help with the PHP styleswitcher I've still got on the back burner....</description>
		<content:encoded><![CDATA[<trackback /><strong>Hmm. Server path, eh?</strong><br />
Scriptygoddess has an article &#8212; &#034;Lessons learned: What does &#039;full server path&#039; mean?&#034; &#8212; that I need to read again. I think it may help with the PHP styleswitcher I&#039;ve still got on the back burner&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.348 seconds -->
