<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress Permalinks not working on Ubuntu 10.04 &#8211; mod_rewrite issue requires a symlink</title>
	<atom:link href="http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/feed/" rel="self" type="application/rss+xml" />
	<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink</link>
	<description>Philip Oakley&#039;s Blog - Open Source and Web mostly</description>
	<lastBuildDate>Fri, 16 Dec 2011 04:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2426</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2426</guid>
		<description>Thanks for this... Ive been trying every trick in the book to get this working and this is the first post that I found that actually worked...

Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Thanks for this&#8230; Ive been trying every trick in the book to get this working and this is the first post that I found that actually worked&#8230;</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2423</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Sun, 25 Sep 2011 12:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2423</guid>
		<description>Just want to say THANK YOU. I quite searched for a couple of hours and could not find any solution to my problem.. it was already driving me nuts.. until I found your posting. 
Again, thank you very much for sharing this important notice.</description>
		<content:encoded><![CDATA[<p>Just want to say THANK YOU. I quite searched for a couple of hours and could not find any solution to my problem.. it was already driving me nuts.. until I found your posting.<br />
Again, thank you very much for sharing this important notice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Permalinks on Ubuntu with Wordpress &#171; Core Research</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2421</link>
		<dc:creator>Permalinks on Ubuntu with Wordpress &#171; Core Research</dc:creator>
		<pubDate>Wed, 21 Sep 2011 21:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2421</guid>
		<description>[...] get it to work (this isn&#8217;t Windows after all  ). After searching around, I found out from this site that there is one config file that needed to be changed. In /etc/apache2/sites-enabled, I found my [...]</description>
		<content:encoded><![CDATA[<p>[...] get it to work (this isn&#8217;t Windows after all  ). After searching around, I found out from this site that there is one config file that needed to be changed. In /etc/apache2/sites-enabled, I found my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana Eftaiha</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2351</link>
		<dc:creator>Diana Eftaiha</dc:creator>
		<pubDate>Mon, 25 Jul 2011 17:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2351</guid>
		<description>hi. thanks for the article. i have a problem cause i dont want to put wordpress permalink rules in .htaccess file. i want them to go directly in apace2.conf config file. everything goes well and pages display as supposed to. only problem is with files that have a .css or .php extension (which are basically the style sheets, images, and the comment post php file). what can i do to correct the problem

heres what i have inside the  block :


RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


any suggestions?</description>
		<content:encoded><![CDATA[<p>hi. thanks for the article. i have a problem cause i dont want to put wordpress permalink rules in .htaccess file. i want them to go directly in apace2.conf config file. everything goes well and pages display as supposed to. only problem is with files that have a .css or .php extension (which are basically the style sheets, images, and the comment post php file). what can i do to correct the problem</p>
<p>heres what i have inside the  block :</p>
<p>RewriteEngine On<br />
RewriteRule ^index\.php$ &#8211; [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p>any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2271</link>
		<dc:creator>james</dc:creator>
		<pubDate>Mon, 18 Jul 2011 04:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2271</guid>
		<description>yes i am also using /etc/init.d/apache2 restart to restart the apache.</description>
		<content:encoded><![CDATA[<p>yes i am also using /etc/init.d/apache2 restart to restart the apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahus Pilwal</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2172</link>
		<dc:creator>Sahus Pilwal</dc:creator>
		<pubDate>Mon, 04 Jul 2011 22:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2172</guid>
		<description>Thanks &quot;AllowOverride All&quot; worked a treat however I did this on the sites-available &gt; default file instead of sites-enabled &gt; 000-default.

Does anyone know if there are any implications in doing this? What&#039;s the difference between &quot;sites available&quot; &amp; &quot;sites-enabled&quot;?? Thanks</description>
		<content:encoded><![CDATA[<p>Thanks &#8220;AllowOverride All&#8221; worked a treat however I did this on the sites-available &gt; default file instead of sites-enabled &gt; 000-default.</p>
<p>Does anyone know if there are any implications in doing this? What&#8217;s the difference between &#8220;sites available&#8221; &amp; &#8220;sites-enabled&#8221;?? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marvin</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2118</link>
		<dc:creator>Marvin</dc:creator>
		<pubDate>Sun, 19 Jun 2011 17:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2118</guid>
		<description>Thanks, this trick saved me some time searching the internet...!</description>
		<content:encoded><![CDATA[<p>Thanks, this trick saved me some time searching the internet&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Miller</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2093</link>
		<dc:creator>Stephan Miller</dc:creator>
		<pubDate>Fri, 03 Jun 2011 04:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2093</guid>
		<description>Thanks man! Just went through backing up an exploded WP multisite database and repairing what I could from a raw file backup, rebuilding the sitemeta table from scratch because it was gone and moving everything to a new server and ran into this weird issue, but you saved my site.</description>
		<content:encoded><![CDATA[<p>Thanks man! Just went through backing up an exploded WP multisite database and repairing what I could from a raw file backup, rebuilding the sitemeta table from scratch because it was gone and moving everything to a new server and ran into this weird issue, but you saved my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suleiman Leadbitter</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2074</link>
		<dc:creator>Suleiman Leadbitter</dc:creator>
		<pubDate>Fri, 13 May 2011 09:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2074</guid>
		<description>I was having so much trouble with this and tried so many different methods. Thank you it works superb now. 

:)</description>
		<content:encoded><![CDATA[<p>I was having so much trouble with this and tried so many different methods. Thank you it works superb now. </p>
<p> <img src='http://philipoakley.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Hann</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-2007</link>
		<dc:creator>Pat Hann</dc:creator>
		<pubDate>Wed, 20 Apr 2011 03:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-2007</guid>
		<description>This worked like a charm.  I have been trying to figure it out to no avail.  I think I will post a link to this page on mine.  Just Great!!</description>
		<content:encoded><![CDATA[<p>This worked like a charm.  I have been trying to figure it out to no avail.  I think I will post a link to this page on mine.  Just Great!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MKO</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-1974</link>
		<dc:creator>MKO</dc:creator>
		<pubDate>Tue, 29 Mar 2011 10:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-1974</guid>
		<description>Thank you very much.

Damn you &quot;AllowOverride None&quot;</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
<p>Damn you &#8220;AllowOverride None&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-1671</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Tue, 18 Jan 2011 07:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-1671</guid>
		<description>Thanks! It did help me a LOT! :-)

To make it more difficult for me, I am new to PHP+Apache as well. 

Though I had enabled rewrite module by this - a2enmod rewrite
I had to modify &quot;000-default&quot; from /etc/apache2/sites-enabled to get this working as per your instructions here. 

AllowOverride All  --&gt; That was all  needed and finally find here. Thanks a lot for your post.</description>
		<content:encoded><![CDATA[<p>Thanks! It did help me a LOT! <img src='http://philipoakley.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>To make it more difficult for me, I am new to PHP+Apache as well. </p>
<p>Though I had enabled rewrite module by this &#8211; a2enmod rewrite<br />
I had to modify &#8220;000-default&#8221; from /etc/apache2/sites-enabled to get this working as per your instructions here. </p>
<p>AllowOverride All  &#8211;&gt; That was all  needed and finally find here. Thanks a lot for your post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric P</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-1401</link>
		<dc:creator>Eric P</dc:creator>
		<pubDate>Wed, 15 Dec 2010 16:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-1401</guid>
		<description>Ditto: AllowOverride All - solved everything. Thanks man, for taking the time to share !!</description>
		<content:encoded><![CDATA[<p>Ditto: AllowOverride All &#8211; solved everything. Thanks man, for taking the time to share !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greywalk</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-1114</link>
		<dc:creator>greywalk</dc:creator>
		<pubDate>Fri, 03 Dec 2010 17:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-1114</guid>
		<description>AllowOverride All - this solved everything =) thanks a lot for this post.</description>
		<content:encoded><![CDATA[<p>AllowOverride All &#8211; this solved everything =) thanks a lot for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-1104</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 20 Nov 2010 15:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-1104</guid>
		<description>Brilliant, a perfect solution.  Thanks</description>
		<content:encoded><![CDATA[<p>Brilliant, a perfect solution.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winterbraid</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-978</link>
		<dc:creator>Winterbraid</dc:creator>
		<pubDate>Fri, 08 Oct 2010 17:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-978</guid>
		<description>Thanks a lot, this was a lifesaver - the procedure works on Maverick as well. Pretty sure I didn&#039;t have that many problems with permalinks on my old Jaunty server, or perhaps I was using a better tutorial back then...</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this was a lifesaver &#8211; the procedure works on Maverick as well. Pretty sure I didn&#8217;t have that many problems with permalinks on my old Jaunty server, or perhaps I was using a better tutorial back then&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Oakley</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-970</link>
		<dc:creator>Philip Oakley</dc:creator>
		<pubDate>Mon, 04 Oct 2010 21:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-970</guid>
		<description>Glad it could help someone else and thanks to all the comments that have added to it as well.</description>
		<content:encoded><![CDATA[<p>Glad it could help someone else and thanks to all the comments that have added to it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: picajoso</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-969</link>
		<dc:creator>picajoso</dc:creator>
		<pubDate>Mon, 04 Oct 2010 16:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-969</guid>
		<description>Saved my life this afternoon! Thank you so much ;)</description>
		<content:encoded><![CDATA[<p>Saved my life this afternoon! Thank you so much <img src='http://philipoakley.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-968</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 02 Oct 2010 18:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-968</guid>
		<description>Thank you SO much for this post!

I&#039;d been ripping my hair out trying to figure out why one of my servers was fine while the one I&#039;m currently working with would not use .htaccess files!   Turns out that the Rewrite module was available but not installed for some dumb reason and had it not been for you, I&#039;m not sure I would have ever thought to look at it.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you SO much for this post!</p>
<p>I&#8217;d been ripping my hair out trying to figure out why one of my servers was fine while the one I&#8217;m currently working with would not use .htaccess files!   Turns out that the Rewrite module was available but not installed for some dumb reason and had it not been for you, I&#8217;m not sure I would have ever thought to look at it.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Oakley</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-936</link>
		<dc:creator>Philip Oakley</dc:creator>
		<pubDate>Fri, 03 Sep 2010 22:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-936</guid>
		<description>Thanks Keith, much appreciated. I will update the post.</description>
		<content:encoded><![CDATA[<p>Thanks Keith, much appreciated. I will update the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Graber</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-935</link>
		<dc:creator>Keith Graber</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-935</guid>
		<description>Thanks for the pointers!

Just wanted to mention that your command to restart the Apache server is incorrect (looks like you pasted the symlink command by accident).

You can use either: &lt;b&gt;apache2ctl restart&lt;/b&gt; or &lt;b&gt;/etc/init.d/apache2 restart&lt;/b&gt;

edit: mistyped the apache2clt command</description>
		<content:encoded><![CDATA[<p>Thanks for the pointers!</p>
<p>Just wanted to mention that your command to restart the Apache server is incorrect (looks like you pasted the symlink command by accident).</p>
<p>You can use either: <b>apache2ctl restart</b> or <b>/etc/init.d/apache2 restart</b></p>
<p>edit: mistyped the apache2clt command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Graber</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-934</link>
		<dc:creator>Keith Graber</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-934</guid>
		<description>Thanks for the pointers!

Just wanted to mention that your command to restart the Apache server is incorrect (looks like you pasted the symlink command by accident).

You can use either:  &lt;strong&gt;apachectl2 restart&lt;/strong&gt;   or   &lt;strong&gt;/etc/init.d/apache2 restart&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the pointers!</p>
<p>Just wanted to mention that your command to restart the Apache server is incorrect (looks like you pasted the symlink command by accident).</p>
<p>You can use either:  <strong>apachectl2 restart</strong>   or   <strong>/etc/init.d/apache2 restart</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-921</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-921</guid>
		<description>Dude,

Thanks for the post!  I could not get the permalinks options work on localhost using Ubuntu 10.04 for love or money.  My mod_rewrite was installed, so I was stuck. However, if you go to the permalink page, you&#039;ll see an ominous message stating &quot; update .htaccess file.&quot;  Further down, you&#039;ll find the text required.  Cut and paste the file into your root directory. In my case, it was /var/www/blog.  Caution! You may have an .htaccess file, but it may not contain the correct info, so copy the new info provides by Wordpress.

Good luck!

Mike</description>
		<content:encoded><![CDATA[<p>Dude,</p>
<p>Thanks for the post!  I could not get the permalinks options work on localhost using Ubuntu 10.04 for love or money.  My mod_rewrite was installed, so I was stuck. However, if you go to the permalink page, you&#8217;ll see an ominous message stating &#8221; update .htaccess file.&#8221;  Further down, you&#8217;ll find the text required.  Cut and paste the file into your root directory. In my case, it was /var/www/blog.  Caution! You may have an .htaccess file, but it may not contain the correct info, so copy the new info provides by WordPress.</p>
<p>Good luck!</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Oakley</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-777</link>
		<dc:creator>Philip Oakley</dc:creator>
		<pubDate>Thu, 29 Jul 2010 22:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-777</guid>
		<description>Many thanks Seth. Thats very useful to know, I will try that next time.</description>
		<content:encoded><![CDATA[<p>Many thanks Seth. Thats very useful to know, I will try that next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Gottlieb</title>
		<link>http://philipoakley.org/2010/07/27/wordpress-2/wordpress-permalinks-not-working-on-ubuntu-10-04-mod_rewrite-issue-requires-a-symlink/comment-page-1/#comment-775</link>
		<dc:creator>Seth Gottlieb</dc:creator>
		<pubDate>Tue, 27 Jul 2010 13:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://philipoakley.org/?p=8672#comment-775</guid>
		<description>Just as an FYI, Debian and Ubuntu provide helper scripts for managing modules and sites under apache.  The &quot;a2enmod&quot; and &quot;a2dismod&quot; commands will enable and disable modules.

So you could have done: a2enmod rewrite

If there had been a separate heades.conf file, this would have symlinked that as well.</description>
		<content:encoded><![CDATA[<p>Just as an FYI, Debian and Ubuntu provide helper scripts for managing modules and sites under apache.  The &#8220;a2enmod&#8221; and &#8220;a2dismod&#8221; commands will enable and disable modules.</p>
<p>So you could have done: a2enmod rewrite</p>
<p>If there had been a separate heades.conf file, this would have symlinked that as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

