<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Urban Giraffe Support &#187; Tag: permalinks - Recent Posts</title>
<link>http://urbangiraffe.com/support/</link>
<description>Urban Giraffe Support &#187; Tag: permalinks - Recent Posts</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 19:08:50 +0000</pubDate>

<item>
<title>Caitlin on "Permalinks not resolving since downloading Redirection"</title>
<link>http://urbangiraffe.com/support/topic/permalinks-not-resolving-since-downloading-redirection#post-4043</link>
<pubDate>Thu, 15 Jul 2010 11:11:38 +0000</pubDate>
<dc:creator>Caitlin</dc:creator>
<guid isPermaLink="false">4043@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I'm getting an error when I change the permalinks for any page since installing Redirection. When I set up a permalink and attempt to go to the page, it does not load and I get this error:&#60;/p&#62;
&#60;p&#62;===&#60;br /&#62;
The page isn't redirecting properly     &#60;/p&#62;
&#60;p&#62;Firefox has detected that the server is redirecting the request for this address in a way that will never complete.   &#60;/p&#62;
&#60;p&#62;    *   This problem can sometimes be caused by disabling or refusing to accept&#60;br /&#62;
          cookies.&#60;br /&#62;
===&#60;/p&#62;
&#60;p&#62;When I disable Redirection, everything works perfectly.&#60;/p&#62;
&#60;p&#62;I love this plugin and I don't want to lose the functionality. Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Caitlin
&#60;/p&#62;</description>
</item>
<item>
<title>Ron on "Permalinks and special characters in the file name"</title>
<link>http://urbangiraffe.com/support/topic/permalinks-and-special-characters-in-the-file-name#post-3975</link>
<pubDate>Fri, 25 Jun 2010 10:34:32 +0000</pubDate>
<dc:creator>Ron</dc:creator>
<guid isPermaLink="false">3975@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I just started using Drain Hole a couple of days ago and think I found a bug.&#60;/p&#62;
&#60;p&#62;When I have a file name that has a # in it (Sample File#9.doc) I get the following 2 error messages at the top of the web browser; but only when Permalinks is not set to Default. When the Permalinks is set to Default then everything works correctly.&#60;/p&#62;
&#60;p&#62;Warning: preg_match() [function.preg-match]: Unknown modifier '9' in .../wp-includes/classes.php on line 210&#60;br /&#62;
Warning: preg_match() [function.preg-match]: Unknown modifier '9' in .../wp-includes/classes.php on line 211&#60;/p&#62;
&#60;p&#62;Obviously not a big deal now that I know what to look for, but it took a couple of hours to figure it out. I assume that there are other &#34;special characters&#34; that are not allowed, but I haven't looked into them.&#60;/p&#62;
&#60;p&#62;Other than that I really like this program. I like being able to see who is downloading what and where they are located in the world.
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Redirect to new blog structure"</title>
<link>http://urbangiraffe.com/support/topic/redirect-to-new-blog-structure#post-3765</link>
<pubDate>Sun, 11 Apr 2010 13:20:16 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3765@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Redirection does not do this type of redirecting
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Advanced Permalinks is not working for me"</title>
<link>http://urbangiraffe.com/support/topic/advanced-permalinks-is-not-working-for-me#post-3756</link>
<pubDate>Sun, 11 Apr 2010 13:05:44 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3756@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;As mentioned on the plugin page I am no longer supporting this plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>bhavana on "Advanced Permalinks is not working for me"</title>
<link>http://urbangiraffe.com/support/topic/advanced-permalinks-is-not-working-for-me#post-3719</link>
<pubDate>Wed, 24 Mar 2010 00:58:53 +0000</pubDate>
<dc:creator>bhavana</dc:creator>
<guid isPermaLink="false">3719@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Currently i am using &#34;/%category%/%postname%/&#34; structure in permalinks option.&#60;/p&#62;
&#60;p&#62;Now, i want to change structure to &#34;/%category%/%postname%-%post_id%.html&#34;&#60;/p&#62;
&#60;p&#62;so, i downloaded your plugins and installed but when i give about structure in permalinks and old structure in migration page then its not working properly.&#60;/p&#62;
&#60;p&#62;Suppose. above case is not working then please tell me how can i have &#34;/%category%/%postname%-%post_id%.html&#34; sturcture for all future posts. Let old posts be in old structure.&#60;/p&#62;
&#60;p&#62;Please help me.&#60;/p&#62;
&#60;p&#62;Please help me how can i do this?
&#60;/p&#62;</description>
</item>
<item>
<title>rob furness on "permalinks changed, redirection needed."</title>
<link>http://urbangiraffe.com/support/topic/permalinks-changed-redirection-needed#post-3676</link>
<pubDate>Sat, 06 Mar 2010 17:32:19 +0000</pubDate>
<dc:creator>rob furness</dc:creator>
<guid isPermaLink="false">3676@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;you need to use $s not *s in the target&#60;br /&#62;
source: /blog/(d*)/(d*)/(.*)&#60;br /&#62;
target: /blog/$3&#60;/p&#62;
&#60;p&#62;i'm guessing but i assume $3 refers to the absolute value of the third wild card expression &#60;/p&#62;
&#60;p&#62;In my case i only had     blog/year/month/post_name originally&#60;/p&#62;
&#60;p&#62;it works well but unforunately changing permalinks and removing month and year from the url, seems to have screwed up the monthly archive links as there is no directory by month any more, not sure if a redirect rule can solve this?
&#60;/p&#62;</description>
</item>
<item>
<title>Brakk on "change in permalinks, need help"</title>
<link>http://urbangiraffe.com/support/topic/change-in-permalinks-need-help#post-3664</link>
<pubDate>Tue, 02 Mar 2010 17:22:37 +0000</pubDate>
<dc:creator>Brakk</dc:creator>
<guid isPermaLink="false">3664@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Probably something like this:&#60;br /&#62;
Source url:(.*)/(d*)/(d*)/(d*)/(.*)&#60;br /&#62;
Destination url: $1/$5&#60;/p&#62;
&#60;p&#62;Check out my post here:&#60;br /&#62;
&#60;a href=&#34;http://urbangiraffe.com/support/topic/redirections-i-use&#34; rel=&#34;nofollow&#34;&#62;http://urbangiraffe.com/support/topic/redirections-i-use&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>LwEEs on "change in permalinks, need help"</title>
<link>http://urbangiraffe.com/support/topic/change-in-permalinks-need-help#post-3658</link>
<pubDate>Sun, 28 Feb 2010 07:52:13 +0000</pubDate>
<dc:creator>LwEEs</dc:creator>
<guid isPermaLink="false">3658@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I change my permalinks from site.com/2010/12/31/post-name to site.com/post-name. I'm trying to set a universal redirect but is not working. I've read a lot around here and I cant get it to work, any ideas are greatly appreciated. Thanks a lot, Luis.&#60;/p&#62;
&#60;p&#62;site.com = lwees.com
&#60;/p&#62;</description>
</item>
<item>
<title>Jayson on "permalinks changed, redirection needed."</title>
<link>http://urbangiraffe.com/support/topic/permalinks-changed-redirection-needed#post-3647</link>
<pubDate>Tue, 23 Feb 2010 20:36:59 +0000</pubDate>
<dc:creator>Jayson</dc:creator>
<guid isPermaLink="false">3647@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I'm trying to do something similar. Any ideas? I thought the plugin automatically detected URL changes? &#60;/p&#62;
&#60;p&#62;Thanks for any help
&#60;/p&#62;</description>
</item>
<item>
<title>mandy on "Redirect to new blog structure"</title>
<link>http://urbangiraffe.com/support/topic/redirect-to-new-blog-structure#post-3610</link>
<pubDate>Sun, 07 Feb 2010 10:33:37 +0000</pubDate>
<dc:creator>mandy</dc:creator>
<guid isPermaLink="false">3610@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
how can I set up a redirect rule for my new URL structure?&#60;/p&#62;
&#60;p&#62;old structure: domain.com/blog/postTitle&#60;strong&#62;-postID&#60;/strong&#62;/&#60;br /&#62;
new structure: domain.com/&#60;strong&#62;es/&#60;/strong&#62;blog/postTitle/&#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;br /&#62;
Mandy
&#60;/p&#62;</description>
</item>
<item>
<title>LwEEs on "permalinks changed, redirection needed."</title>
<link>http://urbangiraffe.com/support/topic/permalinks-changed-redirection-needed#post-3594</link>
<pubDate>Sun, 31 Jan 2010 19:13:39 +0000</pubDate>
<dc:creator>LwEEs</dc:creator>
<guid isPermaLink="false">3594@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Ok guys, I have read this whole thing and still cant find the answer to my question. I'm trying to redirect all my previous posts, my permalinks used to be &#60;a href=&#34;http://www.mysite.com/2009/01/29/my-posts&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/2009/01/29/my-posts&#60;/a&#62;, I want to change them to plain &#60;a href=&#34;http://www.mysite.com/my-post&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/my-post&#60;/a&#62;. I tried &#34;/(d*)/(d*)/(d*)/(.*)/ =&#38;gt; /(.*)/&#34; and that didn't do it. A little help will be appreciated. Thanks again, Luis.
&#60;/p&#62;</description>
</item>
<item>
<title>Brakk on "Redirection  Help Needed... [OMG - critical]"</title>
<link>http://urbangiraffe.com/support/topic/redirection-help-needed#post-3175</link>
<pubDate>Fri, 06 Nov 2009 11:14:52 +0000</pubDate>
<dc:creator>Brakk</dc:creator>
<guid isPermaLink="false">3175@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Check out my post here: &#60;a href=&#34;http://urbangiraffe.com/support/topic/redirections-i-use&#34; rel=&#34;nofollow&#34;&#62;http://urbangiraffe.com/support/topic/redirections-i-use&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In summary, try this:&#60;br /&#62;
Source url:(.*)/(d*)/(d*)/(.*)(.html)&#60;br /&#62;
Destination url: $1/$4
&#60;/p&#62;</description>
</item>
<item>
<title>Debajyoti Das on "Redirection  Help Needed... [OMG - critical]"</title>
<link>http://urbangiraffe.com/support/topic/redirection-help-needed#post-3168</link>
<pubDate>Thu, 05 Nov 2009 03:17:23 +0000</pubDate>
<dc:creator>Debajyoti Das</dc:creator>
<guid isPermaLink="false">3168@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I want to redirect from&#60;br /&#62;
&#60;a href=&#34;http://www.snaphow.com/2008/02/postame.html&#34; rel=&#34;nofollow&#34;&#62;http://www.snaphow.com/2008/02/postame.html&#60;/a&#62;&#60;br /&#62;
to&#60;br /&#62;
&#60;a href=&#34;http://www.snaphow.com/postname/&#34; rel=&#34;nofollow&#34;&#62;http://www.snaphow.com/postname/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am Tried Using...&#60;/p&#62;
&#60;p&#62;/(d*)​/(d*)​/([A-Za-z0-9-]*).html  to /$3/&#60;/p&#62;
&#60;p&#62;and &#60;/p&#62;
&#60;p&#62;/(d*)​/(d*)​/(.*).html to /$3/&#60;/p&#62;
&#60;p&#62;But they are not working .... What should be the proper codes .... &#60;/p&#62;
&#60;p&#62;** Plz help I am having more than 300 404 hits daily.....
&#60;/p&#62;</description>
</item>
<item>
<title>John on "/?s=some+keyword to /some-keyword.html"</title>
<link>http://urbangiraffe.com/support/topic/ssomekeyword-to-some-keywordhtml#post-3072</link>
<pubDate>Tue, 06 Oct 2009 15:20:52 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">3072@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;You can't replace the characters using a regex
&#60;/p&#62;</description>
</item>
<item>
<title>JohnyB on "/?s=some+keyword to /some-keyword.html"</title>
<link>http://urbangiraffe.com/support/topic/ssomekeyword-to-some-keywordhtml#post-3067</link>
<pubDate>Tue, 06 Oct 2009 06:41:10 +0000</pubDate>
<dc:creator>JohnyB</dc:creator>
<guid isPermaLink="false">3067@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hallo,&#60;br /&#62;
I need that my search results look like &#60;a href=&#34;http://www.domenname/search-results-for-keyword.html&#34; rel=&#34;nofollow&#34;&#62;http://www.domenname/search-results-for-keyword.html&#60;/a&#62;.&#60;br /&#62;
WordPress is installed in root directory.&#60;br /&#62;
I tried with /?s=(.*) =&#38;gt; /$1.html to create redirection from &#60;a href=&#34;http://www.domenname/?s=keyword&#34; rel=&#34;nofollow&#34;&#62;http://www.domenname/?s=keyword&#60;/a&#62; to &#60;a href=&#34;http://www.domenname/keyword.html&#34; rel=&#34;nofollow&#34;&#62;http://www.domenname/keyword.html&#60;/a&#62; (URL look like &#60;a href=&#34;http://www.domenname/?/keyword.html&#34; rel=&#34;nofollow&#34;&#62;http://www.domenname/?/keyword.html&#60;/a&#62; and I think that pages which displaying are in index.php and not search.php).&#60;br /&#62;
I tried to manually modify htaccess file and I can’t make it work.&#60;br /&#62;
Also, I can’t solve how to change “+” in to “-” in URL of search results?&#60;br /&#62;
Please somebody help me. Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>John on "mod_rewrite not working?"</title>
<link>http://urbangiraffe.com/support/topic/mod_rewrite-not-working#post-60</link>
<pubDate>Wed, 05 Mar 2008 04:57:34 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">60@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;The drain hole URL should be a URL relative to your site, not an absolute URL.  For example, /downloads (www.domain.com/blog + /downloads = &#60;a href=&#34;http://www.domain.com/blog/downloads&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/blog/downloads&#60;/a&#62;)
&#60;/p&#62;</description>
</item>
<item>
<title>matt stewart on "mod_rewrite not working?"</title>
<link>http://urbangiraffe.com/support/topic/mod_rewrite-not-working#post-45</link>
<pubDate>Sat, 23 Feb 2008 20:23:59 +0000</pubDate>
<dc:creator>matt stewart</dc:creator>
<guid isPermaLink="false">45@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;My host's apache server has mod_rewrite enabled, and I have permalinks set up in WP (default permalink schema).  My site has .htaccess files, but I can't download with the Drain Hole plugin.&#60;/p&#62;
&#60;p&#62;My hole is:&#60;br /&#62;
Files: /home/username/downloads&#60;br /&#62;
URL: &#60;a href=&#34;http://www.domain.com/blog/downloads&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/blog/downloads&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The WP installation is actually in /blog not in my webroot(/home/username/public_html)...does that make a difference?  where should the .htaccess that is getting modified be?  I assume it is the one in &#60;a href=&#34;http://www.domain.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/blog/&#60;/a&#62; but it only reads:&#60;br /&#62;
# BEGIN WordPress&#60;/p&#62;
&#60;p&#62;# END WordPress&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>John on "meta-data"</title>
<link>http://urbangiraffe.com/support/topic/meta-data#post-37</link>
<pubDate>Tue, 12 Feb 2008 21:20:10 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">37@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Ouch! Ok, I've not tested it on so many tags so it may just be&#60;br /&#62;
timing out. Added to the bug tracker.
&#60;/p&#62;</description>
</item>
<item>
<title>bushtool on "meta-data"</title>
<link>http://urbangiraffe.com/support/topic/meta-data#post-32</link>
<pubDate>Sun, 03 Feb 2008 04:23:28 +0000</pubDate>
<dc:creator>bushtool</dc:creator>
<guid isPermaLink="false">32@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;about 700
&#60;/p&#62;</description>
</item>
<item>
<title>John on "meta-data"</title>
<link>http://urbangiraffe.com/support/topic/meta-data#post-30</link>
<pubDate>Sat, 02 Feb 2008 20:36:37 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">30@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;How many tags do you have?
&#60;/p&#62;</description>
</item>
<item>
<title>bushtool on "meta-data"</title>
<link>http://urbangiraffe.com/support/topic/meta-data#post-28</link>
<pubDate>Sat, 02 Feb 2008 12:40:54 +0000</pubDate>
<dc:creator>bushtool</dc:creator>
<guid isPermaLink="false">28@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;When I load the tag page under meta-data, the script hangs about 2/3 of the way down the page for the tage merge.&#60;/p&#62;
&#60;p&#62;Is there a way in a future release you could limit the number of tags that load per page?  thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
