search for: amember_nr

Displaying 1 result from an estimated 1 matches for "amember_nr".

2006 Jan 02
0
PHP Integration
...in one of two ways either via .htaccess or a php include file. The following rules are generated for a protected directory''s .htaccess file: ########### START ##################### Options +FollowSymLinks RewriteEngine On ## allow access for product #5 RewriteCond %{HTTP_COOKIE} amember_nr=([a-zA-Z0-9]+) RewriteCond /home/market5/public_html/members/data/new_rewrite/%1-5 -f RewriteRule ^(.*)$ - [L] ## if user is not authorized, redirect to login page RewriteRule ^(.*)$ http://www.mydomain.com/members/plugins/protect/new_rewrite/login.php?v= %1-5&url=%{REQUEST_URI}?%{QUERY_STRIN...