• Hello,

    I tried your plugin which i like very much but unfortunately it doesn’t work with permalinks (with default links no problem).

    My type of permalinks is “/%category%/%postname%/“.
    So i use the following rules in my .htaccess file :

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

    please help.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Democracy & Permalinks’ is closed to new replies.