Viewing 7 replies - 1 through 7 (of 7 total)
  • What is in your root WP .htaccess file?

    Thread Starter GeorgeOz

    (@georgeoz)

    .htaccess file is as follows…

    # 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

    Try getting rid of ErrorDocument 404 /index.php?error=404. You don’t need it and it may be creating a problem.

    Thread Starter GeorgeOz

    (@georgeoz)

    Tried removing ErrorDocument 404 /index.php?error=404 but still getting the problem.

    I don’t know what the matter is?

    Thread Starter GeorgeOz

    (@georgeoz)

    ANyone?

    Thread Starter GeorgeOz

    (@georgeoz)

    I am proper stumped with this one…?

    ANyone willing to help i’d appreciate it?

    CHeers all.

    G

    I found the solution!

    First you must change your wp-content folder permission on your hosting server. Login to your website ControlPanel and search for the folder wp-content. Then look for “change permission”, tick all the boxes and you should have the permission from 755 become 777.

    Go to your WordPress > Setting > Permalink

    Then choose your desired permalink. Or just type /%postname%/ at the Custom Structure to get the best link to your post.

    Hit button Save Changes.

    Now, go back to your control panel, change back the permission to 755 for your security.

    Test it.

    It should work.

    I done it. The example of the blog I did change the permalink is http://usahawanperkasa.com/blog/google-mengindex-facebook/

    It was a sweet success after one hour of try and error.

    Good luck to you!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Permalinks trouble…’ is closed to new replies.