a different permalink htaccess problem
-
I am having a big problem with my site after upgrading. Here is what is happening:
– I have set permalinks to Numeric (so they will be https://www.jenleheny.com/archives/123 for instance)
– this is the htaccess that was generated:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
– when I try to go to https://www.jenleheny.com/archives/123 I get a page that has the correct header, sidebar etc etc. Where the post should be it says “Archives” as the heading and “edit”
– on that page the “edit” link goes to edit my actual Archives page (ie. the list of all my posts – I am using SRG Clean Archives 1.5 and turning it on or off makes no difference) rather than for instance post 123
– if I put in https://www.jenleheny.com/index.php?p=123 that brings up the correct post just fine but I have already told it not to do things that way!
Can anybody help me PLEASE! I have spent many hours on this and I am getting nowhere.
thanks! ??
Jen
- The topic ‘a different permalink htaccess problem’ is closed to new replies.