<?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>49thLatitude &#187; wimp</title>
	<atom:link href="http://www.49thlatitude.com/tag/wimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.49thlatitude.com</link>
	<description>CmdMan Information and Support</description>
	<lastBuildDate>Thu, 13 Jan 2011 05:26:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress installed into its own SubFolder on GoDaddy WIMP</title>
		<link>http://www.49thlatitude.com/wordpress/wordpress-folder-on-godaddy-wimp/</link>
		<comments>http://www.49thlatitude.com/wordpress/wordpress-folder-on-godaddy-wimp/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 06:04:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[own directory]]></category>
		<category><![CDATA[subfolder]]></category>
		<category><![CDATA[wimp]]></category>

		<guid isPermaLink="false">http://www.49thlatitude.com/?p=33</guid>
		<description><![CDATA[After various experiments that burned quite a bit of time due to some GoDaddy permissions and domain alias setup bugs and lots of GoDaddy problem denial always telling me to &#8220;just wait up to 24 hours&#8221; for something that normally happened in seconds, I have verified that it is possible to install WordPress into its [...]]]></description>
			<content:encoded><![CDATA[<p>After various experiments that burned quite a bit of time due to some GoDaddy permissions and domain alias setup bugs and lots of GoDaddy problem denial always telling me to &#8220;just wait up to 24 hours&#8221; for something that normally happened in seconds, I have verified that it is possible to install WordPress into its own sub folder on a Windows shared hosting grid server. I basically followed  this article <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory" target="_blank">http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory</a> with the below caveats. A nice benefit was that the wordpress folder that WordPress is installed into does not display in your URL page and post addresses. The signon URL was the only one that I can remember that displayed the actual relative path with wordpress in the name.</p>
<p>Here are the steps I performed as best as I can remember:</p>
<ol>
<li>I created a sub folder called <strong>wordpress</strong> off my root folder to copy the WordPress bits into and used the Hosting Control Center File Manager to give R/W access to the Root and wordpress folders.</li>
<li>There was no need to use the Hosting Control Center to declare a separate IIS7 virtual directory for the wordpress sub folder since your hosting domain points directly to your hosting root folder if you are not using domain aliasing to the sub folder. I tried for a couple days to use domain aliasing and mostly got it to work but had problems I could not get around when I tried to setup permalinks and kept getting pages and posts not found errors. Then again, I&#8217;m a .NET programmer and not a php guy and did not have the time to learn php on the spot and had no way to debug it.</li>
<li>I then copied index.php into the root folder and modified it as suggested above as well as leaving it unmodified  in the wordpress folder.</li>
<li>I ran the famous 5 Minute WordPress install typing in the full path <strong>http://&lt;My Domain&gt;/wordpress/wp-admin/install.php</strong>, logged in and immediately modified the General/Settings for the site URL to reference the wordpress folder and the blog URL address to reference the root folder as the above article suggested.</li>
<li>I created a couple posts and pages to test with and I was done. I logged off and typed in just the domain URL by itself and verified that my posts and pages were all accessible without wordpress showing in the URL path.</li>
</ol>
<p>I later found out that if you install Arne Brachhold&#8217;s <strong>Google XML Sitemaps</strong> plugin, it will not generate a sitemap without error [at least I could not get it to] unless you set a custom location for the sitemap.xml file and specify the complete path such as <strong>D:\Hosting\5363706\html\sitemap.xml</strong> rather than using the default relative path. It would only work by default if the site and blog URL values were the same but always gave the error if different unless the full path was set in the custom setting. When I let the plugin use the default path I was getting the following errors:</p>
<p style="padding-left: 30px;"># There was a problem writing your sitemap file. Make sure the file exists and is writable. Learn more<br />
# There was a problem writing your zipped sitemap file. Make sure the file exists and is writable. Learn more</p>
<p>I also got Permalinks to work just fine. See my other post for <a href="http://www.49thlatitude.com/wordpress/permalinks-on-godaddy-wimp/">Using Permalinks on GoDaddy WIMP</a>.</p>
<p><a href="http://www.49thlatitude.com/wordpress/permalinks-on-godaddy-wimp/"> </a>(I&#8217;ll bet you Linux guys love that acronym <img src='http://www.49thlatitude.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).</p>
<p>Dave</p>
]]></content:encoded>
			<wfw:commentRss>http://www.49thlatitude.com/wordpress/wordpress-folder-on-godaddy-wimp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Permalinks on GoDaddy WIMP</title>
		<link>http://www.49thlatitude.com/wordpress/permalinks-on-godaddy-wimp/</link>
		<comments>http://www.49thlatitude.com/wordpress/permalinks-on-godaddy-wimp/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:20:48 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[404 error behaviour]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[wimp]]></category>

		<guid isPermaLink="false">http://www.49thlatitude.com/wordpress/?p=15</guid>
		<description><![CDATA[Contrary to the responses, to most all of the posts at the WordPress forums, that ask how to get permalinks working on Windows IIS installs of WordPress, you do not need to convert to Linux! Some of us actually like the great .NET OO languages and rich class library.
After a bit of looking around, I [...]]]></description>
			<content:encoded><![CDATA[<p>Contrary to the responses, to most all of the posts at the WordPress forums, that ask how to get permalinks working on Windows IIS installs of WordPress, you do not need to convert to Linux! Some of us actually like the great .NET OO languages and rich class library.</p>
<p>After a bit of looking around, I found John Sessford&#8217;s article at <a href="http://www.ikailo.com/94/url-modrewrite-workaround-iis-60" target="_blank">http://www.ikailo.com/94/url-modrewrite-workaround-iis-60</a> on how to setup a custom 404 error handler using php code that addresses permalinks. I have verified this works for GoDaddy&#8217;s new grid hosting using IIS7 where GoDaddy no longer installs the Microsoft URL Rewrite module.</p>
<p>Do the following steps to implement:</p>
<ol>
<li>Backup your database to your web folder and then backup your website with FTP in case anything goes wrong.</li>
<li>Get John&#8217;s php code from his article [referenced above] and create a file called <strong>404-handler.php</strong> in your main WordPress folder. You can change the name as long as you also change $thisfile in the php code.</li>
<li>Use the GoDaddy <strong>Hosting Control Center/Settings/404 Error Behaviour</strong> to set 404 errors to <strong>Use custom page</strong> and set the location of the above file entering the relative path to the file.</li>
<li>Login to your WordPress site as an admin and update <strong>Settings/Permalinks</strong> to a custom value such as one of:</li>
</ol>
<p style="padding-left: 60px;"><code> <strong>/%year%/%monthnum%/%day%/%postname%/</strong> or <strong>/%category%/%postname%/</strong></code></p>
<p>That&#8217;s it! Best of both worlds &#8211; WordPress and .NET!</p>
<p>I&#8217;m still very new at WordPress and there may be performance or other ramifications to the above hack. If you know of any or know a better solution for GoDaddy WIMP please comment [wow, we sure got the leftovers on that acronym].</p>
<p>Dave</p>
]]></content:encoded>
			<wfw:commentRss>http://www.49thlatitude.com/wordpress/permalinks-on-godaddy-wimp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

