• hello out there,

    i’ve got a problem with the permalinks in my wordpress at https://www.kontxt.net . The permalink structure is /%category%/%postname%/%post_id%/ and it works fine. Except the calender links (“upcoming” on the sidebar); they work on my Firefox, but in other peoples Firefox they don’t, and they also don’t work in my IE, but on some friends’ IE they do work… (yes, confusing!)
    The strange thing about that is that the structure gets not damaged by the calender and should work fine, but instead WordPress sends a “Page not found” error which is perfectly presented in my theme.

    mod_rewrite is activated, the .htaccess is written by wordpress and contains
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress

    I hope someone can help – in the german board they couldn’t ?? (https://forum.wordpress.de/showthread.php?t=9377)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter psteinweber

    (@psteinweber)

    Perhaps i got a kind of idea:
    I removed the nicetitle.js from the theme I modified, and I also removed every entry about nicetitles I found (I think it was in the header.php) – but in my counterize statistics, the nicetitle.js is still on the second place of most visited “sites”. But it doesn’t exist…
    Perhaps that leads to the errors?

    I don’t think so, but I’m out of ideas…

    Where is the .htaccess located? Is it the only one in the path?

    Note that you have id=elist used multiple times (on the links in question). You can only use it once.

    Thread Starter psteinweber

    (@psteinweber)

    Yeah, I’m not invisible ?? Thanks for the answer!

    _ The .htaccess is only in the main directory (httpdocs).

    _ Oh, you’re right. I’m gonna make it a class.
    edit: done. Didn’t solve the problem ??

    Thread Starter psteinweber

    (@psteinweber)

    Problem solved:
    The not working entries were created before I made the permalinks more beautiful. The new entries are working fine.
    Thanks to https://wachenfeld-golla.de/ ??

    Cool. Can you mark this resolved then?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘calender permalinks: correct structure but “page not found”’ is closed to new replies.