Permalinks display wrong post FF & IE but Google Chrome is ok
-
When clicking around BOTH posts and pages on my website in FF or IE, about 50% of the time I am getting the wrong display of information. In Google chrome it works fine.
Site: https://www.kidsandmoneytoday.com/
Settings > Permalinks > Custom Structure set at /%post_id%/%postname%
htaccess code reads:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Background:
I originall had permalinks set at /%postname%.html when this first occurred. Then I read about including a # before post name so I switched to the new current structure. (*I still don’t know if I should have an ending slash?) I thought the problem displaying the wrong post or a post in a page was fixed, but I just noticed it’s happening again. I already tred changing permalinks to ‘default’ and then back to ‘custom’ but it still reoccurs. I am copying the code WP gives and making a .htaccess file.
I was thinking:
1) I could reinstall just the WP files and use the same database with no plugins to see if that solves it, or
2) Reinstall WP with new database & repost all.The blog is only 3-4 months old, but I still would rather a better solution.
Ideas???
PS> I’m at beginner level with WP so please provide all steps if you have a suggestion.
Thank you for trying to help,
Tracy
- The topic ‘Permalinks display wrong post FF & IE but Google Chrome is ok’ is closed to new replies.