My server supports mod rewrite, however I get the following error when I try to load a protected page. Fatal error: Call to undefined function: virtual() in /home/user/www.mysite.com/docs/members/plugins/protect/php_include/rewrite.php on line 182 Any ideas?
PHP is not compiled as Apache module on your server, so it is impossible to use rewrite protection here. Try to use php_include or htpasswd_secure protection: http://cgi-central.net/amemberdocs/