Results 1 to 2 of 2

Thread: wordpress permalink issue

  1. #1

    Thumbs up wordpress permalink issue

    Hello Friends,

    If you are facing issue with Wordpress Permalinks which gives 404 error in all blog with scustom settings like /%year%/%monthnum%/%postname%/

    404 error appears on blog when using permalink structure: /index.php/%postname%/

    Please check with following setting

    login to your Wordpress >> setting >> permalink and check the Permalink Settings . if it is default you can use your custom Structure as per your requirement. once you save the setting you will get the new code for .htaccess at the bottom of page. You need to update the following code in your .htaccess file.

    edit .htaccess and update the code

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /callowtop/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    Regards,
    Tukaram
    System Admin
    Host.co.in

  2. #2

    Default

    I think you should make the .htaccess file writable before you make changes in the permalink, if it does not work there might be theme issue, try to make your theme to default to find such issue.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •