calender permalinks: correct structure but “page not found”
-
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)
- The topic ‘calender permalinks: correct structure but “page not found”’ is closed to new replies.