<?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>OODA Strategies&#187; htaccess</title>
	<atom:link href="http://oodastrategies.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://oodastrategies.com</link>
	<description>Build a web presence, not just a website</description>
	<lastBuildDate>Sat, 21 May 2011 04:53:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to take advantage of your domain identity?</title>
		<link>http://oodastrategies.com/2008/08/01/how-to-take-advantage-of-your-domain-identity/</link>
		<comments>http://oodastrategies.com/2008/08/01/how-to-take-advantage-of-your-domain-identity/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 23:32:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[buy domains]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[multiple domain]]></category>
		<category><![CDATA[park domain]]></category>
		<category><![CDATA[political websites]]></category>

		<guid isPermaLink="false">http://opensourceactivism.blogivists.com/?p=44</guid>
		<description><![CDATA[I would like to give you some things to think about with your web presence. The first thing is to determine your web address or domain name. The importance of this can not be underestimated in this Internet connected world. The name should be easy to remember and it should be available as a domain [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to give you some things to think about with your web presence.  The first thing is to determine your web address or domain name.  The importance of this can not be underestimated in this Internet connected world.  The name should be easy to remember and it should be available as a domain name.  In addition, make sure the .com, .net. and the .org at a minimum are available.  You should consider the .info and .name as well if this is for a business or a political campaign.  Your goal is to make a memorable domain.  Buying multiple extensions helps protect your domain identity.</p>
<p>Acronyms can be used as well, but again, make sure the full domain is available.  One of the main reasons this is important is that your political adversaries will buy the domain name if you don&#8217;t.  They will then use this to circumvent and distort your message and efforts by stealing your visitors.</p>
<p>The next step is to make use of your entire domain identity.  You do this by pointing each extension to your main site URL.  You can do this with the following steps.</p>
<ol>
<li>Choose which extension will be your main URL.  Most will be the .com extension unless you are an organization, then choose .org.  this example use .com as the main url</li>
<li>Park the secondary extensions on top of you main domain. This is done via your hosting company.</li>
<li>.htaccess specifics (Save a copy of your .htaccess file before making any changes just in case something goes wrong
<ul>
<li><strong>WordPress Blog Example</strong> (assuming name permalinks being used)</p>
<ul>
<li>Make all links remove the www<br />
<blockquote><p>RewriteCond !^www\.yourdomain\.com !^yourdomain\.com</p></blockquote>
</li>
<li>Make all .org extensions become .com<br />
<blockquote><p>RewriteCond !^yourdomain\.org !^yourdomain\.com</p></blockquote>
</li>
<li>Make all .net extensions become .com<br />
<blockquote><p>RewriteCond !^yourdomain\.net !^yourdomain\.com</p></blockquote>
</li>
<li>Repeat for all other extensions</li>
</ul>
</li>
<li><strong>Mediawiki Example</strong> (assuming name permalinks being used)
<ul>
<li>Make all links remove the www<br />
<blockquote><p>RewriteCond %{HTTP_HOST} !^yourdomain\.com</p></blockquote>
</li>
<li>Make all .org extensions become .com<br />
<blockquote><p>RewriteCond !^yourdomain\.org !^yourdomain\.com</p></blockquote>
</li>
<li>Make all .net extensions become .com<br />
<blockquote><p>RewriteCond !^yourdomain\.net !^yourdomain\.com</p></blockquote>
</li>
<li>Repeat for all other extensions</li>
</ul>
</li>
</ul>
</li>
</ol>
<p>There are couple of benefits to following these steps besides protecting your domain identity.  The first is that it allows people who forget which domain extension to use to still get to your site.  Second, all the different extensions now get counted as 1 by Google and other search engines.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Foodastrategies.com%2F2008%2F08%2F01%2Fhow-to-take-advantage-of-your-domain-identity%2F&amp;title=How%20to%20take%20advantage%20of%20your%20domain%20identity%3F" id="wpa2a_2"><img src="http://oodastrategies.com/socmedia/sharethis.png" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://oodastrategies.com/2008/08/01/how-to-take-advantage-of-your-domain-identity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Permalinks</title>
		<link>http://oodastrategies.com/2008/03/20/wordpress-permalinks/</link>
		<comments>http://oodastrategies.com/2008/03/20/wordpress-permalinks/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 13:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Activism]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[Rewrite]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://opensourceactivism.blogivists.com/2008/03/20/wordpress-permalinks/</guid>
		<description><![CDATA[Since I setup the webserver myself, I have total control. Because of this, there are occasional permission issues that I run into. Yesterday this happened with WordPress Permalinks. To change Permalinks, you do so under Control Panel -&#62; Options -&#62; Permalinks. The best choice is Date and Name based, This is better for SEO (Search [...]]]></description>
			<content:encoded><![CDATA[<p>Since I setup the webserver myself, I have total control.  Because of this, there are occasional permission issues that I run into.  Yesterday this happened with WordPress Permalinks.</p>
<p>To change Permalinks, you do so under Control Panel -&gt; Options -&gt; Permalinks.  The best choice is Date and Name based, This is better for SEO (Search Engine Optimization).  Unless you are familiar with wordpress paramaters, I would stay away from the custom choice.</p>
<p>Once you choose the option you want click &#8220;Update Permalink Structure&#8221;.  You should see a message at the top saying &#8220;Permalink structure updated.&#8221;  My first issue was that the .htaccess file was not writable.  You can read more about these at <a href="http://httpd.apache.org/docs/1.3/howto/htaccess.html">httpd.apache.org/docs/1.3/howto/htaccess.html</a>.  I won&#8217;t get into the discussion of whether these files are good or bad at this time.  Simply put they are required for wordpress blogs if you do not control your own server.</p>
<blockquote><p>.htaccess files (or &#8220;distributed configuration files&#8221;) provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a particular document directory, and the directives apply to that directory, and all subdirectories thereof.
</p></blockquote>
<p>I created the .htaccess file in my root web directory and make it writable by the web server, i.e. on linux it is 664.  This time when I clicked update the file was saved and the Rewrite Rules were written into the .htaccess file.  Here is a sample of what it wrote:</p>
<blockquote>
<p>     RewriteEngine On<br />
     RewriteBase /<br />
     RewriteCond %{REQUEST_FILENAME} !-f<br />
     RewriteCond %{REQUEST_FILENAME} !-d<br />
     RewriteRule . /index.php [L]</p>
</blockquote>
<p>I still had a problem though. The permalinks still did not work.  Since I was controlling the apache configuration I tend to keep it more locked down.  So I went to my configuration include file for this domain and made the following additions:</p>
<blockquote><p>
                Options Indexes FollowSymLinks<br />
                AllowOverride FileInfo Options
</p></blockquote>
<p>These were added inside the   tags.  I then restarted the apache service.  Everything now worked.</p>
<p>I am planning on taking you through the entire process of setting up WordPress and even a web server as I have time.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Foodastrategies.com%2F2008%2F03%2F20%2Fwordpress-permalinks%2F&amp;title=WordPress%20Permalinks" id="wpa2a_4"><img src="http://oodastrategies.com/socmedia/sharethis.png" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://oodastrategies.com/2008/03/20/wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

