Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MrMarkG

    (@mrmarkg)

    Perfect – thank you!

    And just to say I’ve been “bootstrapping” your plugin to fit in with my theme, and although I’m not a regular PHP programmer I find the code and the plugin’s operation very easy to follow.

    Regards,

    Mark

    Thread Starter MrMarkG

    (@mrmarkg)

    Yes, I’m an idiot ??

    I had a plugin that was hiding certain pages and redirecting non-logged in people to a page that no longer existed.

    I apologise for wasting your time! Many thanks for taking the time to help me.

    Mark

    Thread Starter MrMarkG

    (@mrmarkg)

    I hadn’t actually edited the .htaccess file. To make sure, I renamed the existing one and then changed-changed back and then saved my permalink structure in WordPress. The new .htaccess is:

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

    Also is it significant that the page that finally gives the error is /how-to-become-a-member/ which is not active and has been deleted?

    Regards,

    Mark

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