<?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>directory path Archives - Utah WordPress Web Design</title>
	<atom:link href="https://brmecham.com/tag/directory-path/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Developer of Custom WordPress Themes &#38; Templates, HTML/CSS</description>
	<lastBuildDate>Tue, 22 Nov 2022 16:21:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://brmecham.com/wp-content/uploads/2024/02/enso-w.webp</url>
	<title>directory path Archives - Utah WordPress Web Design</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Find the Absolute Path on Your Web Server</title>
		<link>https://brmecham.com/how-to-find-the-absolute-path-on-your-web-server/</link>
					<comments>https://brmecham.com/how-to-find-the-absolute-path-on-your-web-server/#comments</comments>
		
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Fri, 17 Jul 2009 23:06:52 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[absolute path]]></category>
		<category><![CDATA[directory path]]></category>
		<category><![CDATA[pathinfo]]></category>
		<category><![CDATA[server path]]></category>
		<guid isPermaLink="false">https://brmecham.com/?p=61</guid>

					<description><![CDATA[<p>From time to time, especially when moving a website from one server to another, I have to find out what the "absolute path" of my website is.  Absolute path pertains to the directory on the server that the website is installed on...</p>
<p>The post <a href="https://brmecham.com/how-to-find-the-absolute-path-on-your-web-server/">How to Find the Absolute Path on Your Web Server</a> appeared first on <a href="https://brmecham.com">Utah WordPress Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="aligncenter size-large wp-image-82" title="find your web server absolute path" src="https://brmecham.com/wp-content/uploads/2009/07/web-server-e1272963787823-428x159.jpg" alt="find your web server absolute path" width="428" height="159" />From time to time, especially when moving a website from one server to another, I have to find out what the &#8220;absolute path&#8221; of my website is.  Absolute path pertains to the directory on the server that the website is installed on.</p>
<p>Sometimes when moving a Joomla, WordPress or other website to a different directory or different server you&#8217;ll need to change the absolute path for the site to work. In joomla this requires editing the configuration.php file, in WordPress this sometimes requires editing the database or ensuring that you update the settings before moving your files/database over to the new directory/server.</p>
<h2>How do I find out what the absolute path is?</h2>
<p>The easiest way is to create a file named pathinfo.php and paste only the following code into that file:</p>
<pre>&lt;?php
   $path = getcwd();
   echo "Your Absoluthe Path is: ";
   echo $path;
?&gt;
</pre>
<p>Now, upload pathinfo.php into the root directory of your website and view it in your internet browser ( example: http://www.mysite.com/pathinfo.php )</p>
<p>This will display your absolute path. </p>
<p>The post <a href="https://brmecham.com/how-to-find-the-absolute-path-on-your-web-server/">How to Find the Absolute Path on Your Web Server</a> appeared first on <a href="https://brmecham.com">Utah WordPress Web Design</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://brmecham.com/how-to-find-the-absolute-path-on-your-web-server/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
