andy20020804
Member
Posted 2 years ago #
My site is installed with "wordpress", But there is something wrong with it recently. I can log in the site background normally,but when I enter the website and then click the article link,It redirect to my home page instead of the article.I don't know what happened, I had changed the permalink correctly.Is something wrong with the host?Or other reason?
what is your permalink structure and what is in your htaccess ?
andy20020804
Member
Posted 2 years ago #
permalink structure is:/%postname%.html
htaccess is
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Is something wrong with it?
I can't reproduce this
all links are normal when I click on them