Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Add this code in htaccess and have a check:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thanks,

    Shane G.

    Thread Starter amplifiedshock

    (@amplifiedshock)

    Hi, I just checked and the code already appears in the htaccess file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘%tag% in permalinks doesn’t work’ is closed to new replies.