• If I change the permalink from default to postname it breaks my site
    If I click on a menu to go to another page I get a 404 – Component not found page

    My htaccess file is

    Options +Followsymlinks

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

    # END WordPress

    Any help in resolving this would be much appreciated

The topic ‘Changed Permalink from default breaks site’ is closed to new replies.