• Resolved bartvdploeg1

    (@bartvdploeg1)


    Hi, I am using WordPress 3.6 with Events Manager version 5.4.4.3. I am trying to change the permalinks settings to the postname but everytime I get the 404 Page. The standard settings are working. I made an iirf.ini as suggested by my webhoster with the code:

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^/.*$ /index.php [L,QSA]

    I deactivated the other plugins and changed the theme (Playbook) to see if the problem would be fixed but that didn’t worked. Can anyone help me to fix this issue?

    http://wordpress.org/plugins/events-manager/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Did you try to deactivate the events plugin and changing the permalinks to see if the events plugin is really the culprit?
    The permalink issue usually is related to file permissions and not plugins.
    Take a look at the pretty permalink section on this page http://codex.wordpress.org/Using_Permalinks
    You can create an htaccess and upload it to your root.

    Thread Starter bartvdploeg1

    (@bartvdploeg1)

    It isn’t the whole website but are only the Events Manager pages. Other pages and other plugins are still working with the changed (Postname) permalinks.

    Hiya,

    I take it from your mention of a .ini file that you are using a Windows host?

    Have you followed the instructions for IIS in that case? http://codex.wordpress.org/Using_Permalinks#Permalinks_without_mod_rewrite

    Thanks,
    Phil

    After I upgraded to 3.6 all pages on my site are throwing a 404. I tried regenerating permalinks (.htaccess looks good) and I deactivated all plugins.

    Let me know if you solve your problem because I think it might be related to my issue, even though I’m not using Events Manager.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    @bartvdploeg1 if you have a link for us to see that may help

    also, when changing themes or deactivating plugins, you need to resave your permalinks to wipe out any potentially bad rules written by previously active themes/plugins.

    I have the same problem.. i have removed the .htaccess file . wp recreated it and nothing works … this the dev site … http://miyoruba.com the home page woks but the rest 404 errors..

    Thread Starter bartvdploeg1

    (@bartvdploeg1)

    Hi, I contacted my webhoster about this question and they resolved the problem. I am using a Windows host. As requested I made an iirf.ini file with the code:

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^/.*$ /index.php [L,QSA]

    In wp-config.php I added the following:

    define('EM_DISABLE_PERMALINKS',true);

    That was all for me, now it’s working.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Permalink Problem – 404 Page’ is closed to new replies.