aMember 3.0.9 & Wordpress 2.5.1 (Protection Problems)

Discussion in 'Setting-up protection' started by ultimate, Jun 15, 2008.

  1. zimsolve

    zimsolve New Member

    Joined:
    Apr 5, 2007
    Messages:
    21
    True. We used to permalinks to make everything look good.

    Is there a way to make it work or is it something that is alot of work?
  2. macmeister

    macmeister New Member

    Joined:
    Nov 16, 2009
    Messages:
    7
    Has anyone found a solution to this yet? I've opened a ticket and no luck yet... Thank you for any feedback. I imagine a simple rewrite to ignore the directories would be best. Thanks for the suggestion. Researching still. I did try the added 1 line code, but still getting the 404.

    How can I get this to work (htaccess to ignore the Wordpress rewrite rule)?
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} !^/feed/podcast-premium.*$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Share This Page