Support » Plugins » Permalink Error – Nextgen Gallery

  • I have the strangest error:
    Everything was allright until I enabled the Permalinks. Then evertyhing still was allright except the following:

    If you go this url on my site http://www.herdenkingsmuur.be/krejo/ you’ll see two albums. When you click on them, they won’t open. The url says it is, but it stays on the same page. This page was created AFTER I enabled the Permalinks.

    If you go to this url on my site: http://www.herdenkingsmuur.be/allerlei/ they will show everything perfectly… This page was created BEFORE I enabled the Permalinks. Does anyone know what could be the cause of this problem??

    Permalink structure: Day and name http://www.herdenkingsmuur.be/2008/06/03/sample-post/

    .htacces:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

  • The topic ‘Permalink Error – Nextgen Gallery’ is closed to new replies.