Viewing 1 replies (of 1 total)
  • Sagar

    (@supportguru)

    Hello,

    Please open the .htaccess file & insert the following code :

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

Viewing 1 replies (of 1 total)

The topic ‘Not set Permalink Settings on localhost’ is closed to new replies.