Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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?

Viewing 1 replies (of 1 total)