• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • what is your permalink structure and what is in your htaccess ?

    Thread Starter andy20020804

    (@andy20020804)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link problem,Help!!’ is closed to new replies.