• I have been searching and searching to determine what my permalink problem is and I have gone through all the support that I have found here, but I must have missed something.

    I can not, and have never gotten, permalinks to work. I have .htaccess in the wordpress directory. It is set to 664, and I have made the change to wp-includes/template-functions-links.php I found here. I upgraded to 1.5 and no change.

    here is my .htaccess

    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^archives/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wordpress/wp-feed.php?category_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/category/?(.*) /wordpress/index.php?category_name=$1 [QSA]
    RewriteRule ^archives/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wordpress/wp-feed.php?author_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/author/?(.*) /wordpress/index.php?author_name=$1 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /wordpress/index.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/(feed|rdf|rss|rss2|atom)/?$ /wordpress/wp-feed.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/trackback/?$ /wordpress/wp-trackback.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wordpress/wp-feed.php?feed=$1 [QSA]
    RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wordpress/wp-feed.php?feed=$1&withcomments=1 [QSA]

    I write code for a living, though I am not the best at .php and .css I will get through it, so I will make any code changes needed,

    Can someone point me to a tutorial on turning on permalinks or some guide to setting them up.

    my blog uri is – https://team-swap.com/wordpress/ and I would appreciate any help that you can give me or guide me too.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Got things working? Went into a number of links on your blog and all seemed to work for me.

    Thread Starter teamswap

    (@teamswap)

    No still not working as I want. I am looking for a permalink link on the output of my posts. i.e. – /wordpress/archieve/…. and I can not seem to get that to appear. Not sure where I need to turn that on or add the code to include it in posts are. Sorry for the confusion.

    Thread Starter teamswap

    (@teamswap)

    I re did the htaccess under 1.5 and still nothing. No errors anywhere, but still not getting the /wordpress/archieve/…. permalink display. I have to be missing where to turn this on, but I can not find it.

    Thread Starter teamswap

    (@teamswap)

    I have been messing with these things for the last four or five days and I still can not get them visible. My htaccess file updates (i.e. it is not locked), 1.5 created as described, but still I can not get the “permalink” tab to appear on my posts. Where do I need to go, need to check, whatever… where when I post there is a “permalink” link visible. The catagory links are visible, the date / time stamp is there, the comment link is there, but no PERMALINK link and that is what I really want.

    Can someone please point out / help me out with what I am doing wrong.

    https://www.team-swap.com/wordpress – blog link

    Thanks

    Frank

    Moderator James Huff

    (@macmanx)

    Click the post title. That’s your permalink.

    Thread Starter teamswap

    (@teamswap)

    Well I saw that, I just thought I could also generate a link next to comment or somewhere that said PERMALINK, but that is cool and it answers my question. Thanks for the help and sorry for the stupid question.

    My post title is also my permalink. How can I modify things so that the permalink button is plainly visible at the bottom of the post?

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