Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @cronopl – Have you tried a more simplified Permalinks structure (especially one that does not use the “index.php” part)? We often suggest the standard “Post name” or “Month and name” as good Permalink structures to work with.

    – Cais.

    Thread Starter cronopl

    (@cronopl)

    @photocrati – You are correct I have changed Permalinks to NOT include the index.php part and it worked fine.
    For other users I have had to create a .htaccess file in my website directory with the below code in it:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Plugin Contributor photocrati

    (@photocrati)

    @cronopl – Thanks for the update!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't get past page 1 on Thumbnail View’ is closed to new replies.