hi, Im trying to protect a new folder and am getting the following error message: WARNING: fopen(\Inetpub\vhosts\workoutsondemand.com\httpdocs\WORKOUTS_ON_TV\/.htaccess) [function.fopen]: failed to open stream: Permission denied in line 149 of file protection_methods.inc.php Cannot open file \Inetpub\vhosts\workoutsondemand.com\httpdocs\WORKOUTS_ON_TV\/.htaccess for write Thanks in advance for your help.
yes, the permissions are set up correctly -- any ideas? FYI - I use a Windows server - and to make the htaccess work I use IIS Mod-Rewrite thanks!
1. Double check both the permissions (CHMOD 777) AND the owner (CHOWN) of the .htaccess file. You can try renaming it to let aMember create a new one. 2. Something odd that jumps out to me is the path and the \/ at the end before .htaccess. \Inetpub\vhosts\workoutsondemand.com\httpdocs\WORK OUTS_ON_TV\/.htaccess 3. Oh, IIS.. can probably disregard #1 and #2 above