Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you post your .htaccess code here?

    Also, try setting permanent links back to default, then switch to the one you want, and see if it works.

    Thread Starter usmanmohammadi

    (@usmanmohammadi)

    here is the .htaccess code

    `
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} /(thumb-temp|thumb-cache|images|cache|media|logs|tmp|temp)/.*\.(php|pl|py|jsp|asp|sh|cgi)$
    RewriteRule (.*) /index.php [R=301,L]
    RewriteRule ^(htaccess\.txt|wp-config-sample\.php?|wp-config\.php?|php\.ini)$ – [F]
    </IfModule>

    <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 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting Problem in new installation’ is closed to new replies.