• Resolved liquid8

    (@liquid8)


    Hi,

    When I changed my site’s permalinks to postname:
    /%postname%/

    i got this error when opening any page or post: Error occurred: 404 – not found

    I have tried to delete the .htaccess -file and to change the permalink-setting, clicked save and changed it again to postname and clicked save. After this the .htaccess-file is created again:

    # 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

    But this does not help. I have also changed back to Twenty fourteen -theme and deactived all the plugins and created a new .htaccess -file after this. Still no success. I also tried to rename the plugin-folders.

    Any ideas what to try next?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Are you talking about local installation / Server?

    Thread Starter liquid8

    (@liquid8)

    It is on a server from which I have purchased a webhosting-package.

    Kindly ask them to enable mod_rewrite.

    Thread Starter liquid8

    (@liquid8)

    Thank you for your advice.
    I went to my website’s control panel and checked if I can do it myself. I could not do that but I found from Web hosting settings this button:

    “Sync htaccess”

    I clicked that and voila; works!

    Thank you.

    We have the same problem liquid8 and it really works..

    The web hosting is in Parallel and not cPanel.

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

The topic ‘Error occurred: 404 – not found’ is closed to new replies.