I have a members area that uses Amember Pro with .htaccess. I have installed PHPAudit inside the directory because I only want active members in Amember Pro to create new licenses. PHPAudit is a licensing system for scripts.
The issue I have run into is that because the main folder (which my members area and PHPAudit is in) uses .htaccess and won't allow access to anyone but active members, the license script which is in the member distribution products will not work (just fails quietly).
Is there a way I can modify .htaccess to allow the license check files to work, but still require members to login to Amember to create new licenses. I have emailed Amember who said to email PHPAudit who I not had a response from. Both programs are encrypted otherwise I could resolve it.
Each has their own .htaccess:
Amember:
..........................
..........
..........
..........
..........
..........
..........
..
AuthType Basic
AuthName "Members Only"
AuthUserFile /home/mac/public_html/oz/d
ata/.htpas
swd
AuthGroupFile /home/mac/public_html/oz/d
ata/.htgro
up
Require group PRODUCT_1 PRODUCT_2 PRODUCT_3
..........................
..........
..........
..........
..........
..........
..........
..
PHPAudit (which is inside the folder with the above .htaccess)
..........................
..........
..........
..........
..........
..........
..........
..
<Files .htaccess>
order allow,deny
deny from all
</Files>
DirectoryIndex index.php
Options -Indexes
php_value "register_globals" "1"
php_value "error_reporting" "2039"
..........................
..........
..........
..........
..........
..........
..........
..
Start Free Trial