• I’ve created my permalink structure and added the code into my .htaccess file. “/archives” works. “/archives/year/month” works, but the link to the actual entry doesn’t work.
    I even added my own for another page in my site and it works. Here is my .htaccess code:


    RewriteEngine On
    RewriteBase /
    RewriteRule ^archives/?([0-9]{4})?/?([0-9]{1,2})?/?$ /archives.php?year=$1&monthnum=$2 [QSA]
    RewriteRule ^archives/category?/?(.*) /archives.php?category_name=$1 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([0-9a-z-]+)?/?([0-9]+)?/?$ /index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
    RewriteRule ^reading/?(.*) /booklist.php [QSA]

    Can anyone point me to where the problem is?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter rayne

    (@rayne)

    Can anyone help with this? This is the only major issue I need to resolve to make my switch from MT complete.

    Can we have a link to the WP powered blog please?
    ??

    It’s not working ’cause you have no index.php, or rather, the index.php is not the wordpress index.php
    as it is now, changing the one occurence of index.php to new.php will make the Permalinks work just fine.
    Nice design, by the way, I love it.

    Thread Starter rayne

    (@rayne)

    Duh! Thanks. I new it had to be something simple.

    hey rayne, how did you set your wordpress site up ?

    i notice you have some modifications that i’d like to have also,

    /?s= for static pages
    /index.php?id= for posts
    /?c= for catergories

    although your categorie links don’t appear to be functioning

    are you using permalinks ?

    bugsmi0,

    i am assuming that your looking at the page in the original poster’s profile. Thats not a wordpress blog, scroll down.. its a text pattern blog.

    thats why carthik asked for a proper link to a WP powered blog. ??

    doh!! ah ok thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Permalinks not working’ is closed to new replies.