• smallbatchbru

    (@smallbatchbru)


    I have the HTML5 theme installed and have customized it to behave like my parent static HTML site. Blog posts seem to be appearing on the “blog” page, but when I try to view a post I get a 300 multiple choices error. The permalinks appear to be including the correct subdirectory, but there is an index.php that is causing the problem somewhere.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Try resetting your custom permalinks back to the default setting and renaming your WordPress .htaccess file. If that works, then try reading Using_Permalinks before setting a custom permalink structure again.

    Thread Starter smallbatchbru

    (@smallbatchbru)

    When I change to any permalink other than post name, every post is redirecting to the index.html page of my site. What should I rename the .htaccess file?

    Moderator t-p

    (@t-p)

    If the default setting works, then try reading Using_Permalinks before setting a custom permalink structure again.

    Thread Starter smallbatchbru

    (@smallbatchbru)

    The default setting does not work. All blog posts are redirecting to my root index.html page. This is the error i am getting:

    <h1>Multiple Choices</h1>
    The document name you requested (/index.php) could not be found on this server.
    However, we found documents with names similar to the one you requested.<p>Available documents:

    Please consider informing the owner of the referring page about the broken link.

    malagra

    (@malagra)

    Hey, I solved this error I had after moving the site to a subfolder.
    At .htacess file changed:
    RewriteRule . /index.php [L]
    to
    RewriteRule . /test/index.php [L]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘300 multiple choice error with blog posts’ is closed to new replies.