Php_include With Mod_rewrite Plugin

Discussion in 'Setting-up protection' started by marc, Aug 6, 2003.

  1. marc

    marc Guest

    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?
  2. alex-adm

    alex-adm Guest

    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/

Share This Page