<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>mac Archives - My Silly Point of View</title>
	<atom:link href="https://mysillypointofview.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>https://mysillypointofview.com</link>
	<description>it&#039;s my blog anyway</description>
	<lastBuildDate>Wed, 29 Aug 2012 11:47:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>
<site xmlns="com-wordpress:feed-additions:1">13951596</site>	<item>
		<title>How to fix WordPress permalinks on Mac OS X&#8217;s localhost</title>
		<link>https://mysillypointofview.com/2012/08/29/how-to-fix-wordpress-permalinks-on-mac-os-xs-localhost/</link>
					<comments>https://mysillypointofview.com/2012/08/29/how-to-fix-wordpress-permalinks-on-mac-os-xs-localhost/#comments</comments>
		
		<dc:creator><![CDATA[Richard Feraro]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 14:27:46 +0000</pubDate>
				<category><![CDATA[Feeling guru]]></category>
		<category><![CDATA[Techie Daw]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://mysillypointofview.richardferaro.com/?p=773</guid>

					<description><![CDATA[<p>I recently installed a WordPress blog in my localhost using Mac OS X&#8217;s built in Apache and PHP with MySQL to test a functionality when I decided to update the permalinks to use a different format other than the default setting. When I tested the new URL, I was greeted with the following error: Not [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://mysillypointofview.com/2012/08/29/how-to-fix-wordpress-permalinks-on-mac-os-xs-localhost/">How to fix WordPress permalinks on Mac OS X&#8217;s localhost</a> appeared first on <a rel="nofollow" href="https://mysillypointofview.com">My Silly Point of View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I recently installed a WordPress blog in my localhost using Mac OS X&#8217;s built in Apache and PHP with MySQL to test a functionality when I decided to update the permalinks to use a different format other than the default setting. When I tested the new URL, I was greeted with the following error:</p>
<p><strong>Not Found</strong><br />
The requested URL /~user/wordpress/category/sample/ was not found on this server.<br />
Apache/2.2.21 (Unix) DAV/2 PHP/5.3.10 with Suhosin-Patch Server at localhost Port 80</p>
<p><span id="more-773"></span></p>
<p>To fix this, create a file and name it <code>&lt;username&gt;.conf</code>, where <strong>username</strong> is your user account&#8217;s <em>short name</em>. Paste the text below within the file:</p>
<p><code>&lt;Directory "/Users/username/Sites/"&gt;<br />
Options Indexes MultiViews FollowSymLinks<br />
AllowOverride All AuthConfig<br />
Order allow,deny<br />
Allow from all<br />
&lt;/Directory&gt;</code></p>
<p>Save the file and make sure it uses the <code>.conf</code> extension. Copy the file to this location (you may need to provide your credentials to overwrite the current one):</p>
<p><code>/etc/apache2/users/</code></p>
<p>Restart Apache to apply the changes by running the following in the Terminal:</p>
<p><code>sudo apachectl restart</code></p>
<p>Reapply your permalinks in the WordPress admin by choosing the default option and then setting it back to your desired format.</p>
<p>The post <a rel="nofollow" href="https://mysillypointofview.com/2012/08/29/how-to-fix-wordpress-permalinks-on-mac-os-xs-localhost/">How to fix WordPress permalinks on Mac OS X&#8217;s localhost</a> appeared first on <a rel="nofollow" href="https://mysillypointofview.com">My Silly Point of View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mysillypointofview.com/2012/08/29/how-to-fix-wordpress-permalinks-on-mac-os-xs-localhost/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">773</post-id>	</item>
	</channel>
</rss>
