| Author |
|
BrunoTNG Newbie

Joined: 16 October 2007
Online Status: Offline Posts: 3
|
| Posted: 16 October 2007 at 8:34am | IP Logged
|
|
|
Hello
On windows 2003 and IIS6, the last version of ISAPI_REWRITE don't work. In error.log : [16/10/2007 15:03:23] Begin watch directory changes - FAILED. (D:\inetpub\wwwroot\website\\) [16/10/2007 15:03:23] Begin watch directory changes - FAILED. (D:\inetpub\wwwroot\website\\images\) [16/10/2007 15:03:23] Begin watch directory changes - FAILED. (D:\inetpub\wwwroot\website\\images\interface\) [16/10/2007 15:03:24] Begin watch directory changes - FAILED. (D:\inetpub\wwwroot\website\images\interface\balades\) [16/10/2007 15:03:24] Begin watch directory changes - FAILED. (D:\inetpub\wwwroot\website\images\interface\balades\mont-blanc\)
This error come for all web folders. An idea ?
The file Rewrite.log is emplty.
Thanks. Bruno
|
| Back to Top |
|
| |
Anton Moderator Group

Joined: 30 January 2007 Location: Ukraine
Online Status: Offline Posts: 9110
|
| Posted: 16 October 2007 at 8:51am | IP Logged
|
|
|
Check NTFS permissions http://www.helicontech.com/isapi_rewrite/doc/security.htm
__________________ Regards,
Anton
|
| Back to Top |
|
| |
BrunoTNG Newbie

Joined: 16 October 2007
Online Status: Offline Posts: 3
|
| Posted: 16 October 2007 at 9:59am | IP Logged
|
|
|
Thanks for your quickly answers.
I give all permissions at System user for all web site folder. But i have the same error.
When i use "Mode d'isolation IIS5" in IIS6 (sorry i don't know the english option), it work.
It's really a problem in permissions ?
|
| Back to Top |
|
| |
Lexey Moderator Group

Joined: 15 August 2002 Location: Russian Federation
Online Status: Offline Posts: 8054
|
| Posted: 16 October 2007 at 10:19am | IP Logged
|
|
|
You need to give permissions to the IIS_WPG group not to the System account.
|
| Back to Top |
|
| |
BrunoTNG Newbie

Joined: 16 October 2007
Online Status: Offline Posts: 3
|
| Posted: 16 October 2007 at 10:42am | IP Logged
|
|
|
it work ! 
Thanks very much !
|
| Back to Top |
|
| |
kris Newbie

Joined: 16 October 2007
Online Status: Offline Posts: 10
|
| Posted: 16 October 2007 at 11:01am | IP Logged
|
|
|
I see the same issue. IIS_WPG has modify permissions on the web root where .htaccess resides. What else is needed?
Thanks!
|
| Back to Top |
|
| |
danimal Newbie

Joined: 14 October 2007
Online Status: Offline Posts: 10
|
| Posted: 16 October 2007 at 2:34pm | IP Logged
|
|
|
check the permissions on the .htaccess file itself.
|
| Back to Top |
|
| |
kris Newbie

Joined: 16 October 2007
Online Status: Offline Posts: 10
|
| Posted: 18 October 2007 at 9:51am | IP Logged
|
|
|
.htaccess inherits its permissions from the parent folder, so IIS_WPG has modify permissions on it as well. I gave IIS_WPG full control on .htaccess and this has no effect.
?????
|
| Back to Top |
|
| |
LDaniele Newbie

Joined: 23 January 2008 Location: United States
Online Status: Offline Posts: 1
|
| Posted: 23 January 2008 at 6:54am | IP Logged
|
|
|
I was having a similar problem on my GoDaddy virtual dedicated server using the Plesk 8.1.1. control panel. I solved the problem by giving the IWAM_plesk(default) user full access to the to folder (in my case "C:\Program Files\Helicon\ISAPI_Rewrite3\").
|
| Back to Top |
|
| |