Title: Changing Permalink Structure &#8211; Questions
Last modified: August 18, 2016

---

# Changing Permalink Structure – Questions

 *  Resolved [dogra](https://wordpress.org/support/users/dogra/)
 * (@dogra)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/)
 * I want to have real language urls (or at least I think I do), so I read a little
   here and then went in and changed my permalink structure to “Pretty Permalinks.”
 * One thing troubles me because I’m not sure I understand it — in the codex it 
   says this,
 * +++++++++++++++++++++++++++++++++++++++++++++
 * ==> mod_rewrite (“Pretty Permalinks”)
 * … mod_rewrite permalinks require Apache’s mod_rewrite module, which means that
   people running other servers cannot use them.
 * +++++++++++++++++++++++++++++++++++++++++++++
 * What does that mean? Does it mean if I send someone a permalink to one of my 
   posts that it may not take them to the right page depending on what server they
   are connecting from (whether at work or through their ISP at home?) Or am I just
   misunderstanding this?
 * My second question. After changing to a custom /year/month/post-title permalink
   I noticed that if I clicked on sidebar links from anyplace other than the home
   page it says this in the address bar —
 * [http://domain.com/2006/10/post-I-linked-from/?p=71](http://domain.com/2006/10/post-I-linked-from/?p=71)
 * instead of what I would expect/want it to say, this —
 * [http://domain.com/2006/11/post-I-clicked-on/](http://domain.com/2006/11/post-I-clicked-on/)
 * Is there anyway around this that doesn’t require a lot of things done by hand?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493725)
 * 1. _Or am I just misunderstanding this?_
    I am afraid, you are. It is about YOUR
   server, i.e. where the blog is hosted. If that one runs Apache – you are OK.
 * 2. I guess we need to see it… and to know what thos elinks are, what is the code/
   plugin that generates them etc.
 *  Thread Starter [dogra](https://wordpress.org/support/users/dogra/)
 * (@dogra)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493727)
 * _ I am afraid, you are._
 * Thank god, because that made no sense to me at all. I figured it had to be just
   MY server that mattered, in terms of generating the new urls.
 * Here’s the messed up example from my blog —
 * I am on this post page, for instance:
 * [http://dogra.tv/2006/12/tabu/](http://dogra.tv/2006/12/tabu/)
 * If I click a link on the sidebar, like:
 * “Robert Altman 1925-2006” under RECENT POSTS
 * …it will take me to the right page, but this url appears in the address bar:
 * [http://dogra.tv/2006/12/tabu/?p=71](http://dogra.tv/2006/12/tabu/?p=71)
 * In other words, when it’s connecting from a post page, rather than the home page,
   it just keeps the pretty permalink of the referring post and tags the ugly permalink
   of the new post onto the end of it. Making for a very confusing url in the address
   bar. Bleh.
 * If I then click the post title, it will connect to the proper permalink:
 * [http://dogra.tv/2006/11/robert-altman-1925-2006/](http://dogra.tv/2006/11/robert-altman-1925-2006/)
 * I hope this makes sense….
 *  Thread Starter [dogra](https://wordpress.org/support/users/dogra/)
 * (@dogra)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493729)
 * Maybe there’s something wrong with the language in my “Recent Posts” code?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493735)
 * I understood why they don’t work even at the first time 🙂
    However, you didn’t
   answer my question: HOW do you generate those “recent posts” links? Plugin? Your
   own code? Or what? If code – post it to [http://wordpress.pastebin.ca](http://wordpress.pastebin.ca)
   and come back with the url.
 *  Thread Starter [dogra](https://wordpress.org/support/users/dogra/)
 * (@dogra)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493740)
 * My friend designed the site for me, adapting it from the kubrick theme.
 * I believe she just copied some code from somewhere (it’s not a plugin).
 * Here’s the code —
 * [http://wordpress.pastebin.ca/288187](http://wordpress.pastebin.ca/288187)
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493743)
 * 1. I don’t do Kubrick but for sure it is not a standard code from that theme.
   
   2. I am not a coder, never claimed to be, but I’ve learned basic HTML (your friend
   didn’t). Try to put a / [slash] before the question mark:
 * `echo "<li><a href='/?p=$post->ID'>";`
 *  Thread Starter [dogra](https://wordpress.org/support/users/dogra/)
 * (@dogra)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493853)
 * Thanks Moshu. I made the change you suggested and it got rid of the weird hybrid
   urls, but the recent post links still connect to the old “ugly permalinks.”
 * Like —
 * [http://dogra.tv/?p=71](http://dogra.tv/?p=71)
 * Is there a way to fix that code so that the recent posts links will recognize
   and connect to the “pretty permalinks”?
 * I’m think Maybe I should just use a customizable plug-in for generating recent
   posts in my sidebar.
 * Is there a plug-in that you or anyone else would recommend?
 * Most of the ones I’ve found mentioned here don’t seem to have much development
   activity in the last year. And i’m not even sure they work with WordPress 2.0.
 * Please advise, if possible! =o)
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493858)
 * I use this fro ages:
    [http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/](http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/)
   and it works with every WP version + it uses the “nice” permalinks.
 *  Thread Starter [dogra](https://wordpress.org/support/users/dogra/)
 * (@dogra)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493869)
 * Great! That’s the plug-in that looked the best to me. I was just concerned that
   it might not work on the newest versions of WordPress, as the last comment on
   that page is from a year ago.
 * I’m definitely gonna go with it.
 * You rock, Moshu!
 * Thanks for all your help and your quickness in responding.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Changing Permalink Structure – Questions’ is closed to new replies.

## Tags

 * [permalink](https://wordpress.org/support/topic-tag/permalink/)
 * [structure](https://wordpress.org/support/topic-tag/structure/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 9 replies
 * 2 participants
 * Last reply from: [dogra](https://wordpress.org/support/users/dogra/)
 * Last activity: [19 years, 5 months ago](https://wordpress.org/support/topic/changing-permalink-structure-questions/#post-493869)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
