Viewing 1 replies (of 1 total)
  • Hi :),

    Check if you have below code in .htaccess of the folder where you have installed WordPress site.

    ##############
    # 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
    ##############

Viewing 1 replies (of 1 total)
  • The topic ‘Permalink Showing Up as ID’ is closed to new replies.