C
chase.hansen
Guest
I noticed today when installing ISAPI rewrite that my test sub-domain did not have the inherited ISAPI Filters from the root level of the server.
Example-
On the root of my server I have the following-
ASP.NET_2.0.50727.0
ASP.NET_2.0.50727.0-64
ISAPI_Rewrite_32
ISAPI_Rewrite_x64
sitepreview
On the root of my test domain I have the following-
php5isapi
I had to add ISAPI_Rewrite_32 to get my ISAPI rewrites to work.
Is this the way things should be? As we start to add domains I would like to not have to come in here and add the rewrite filter to them all.
Example-
On the root of my server I have the following-
ASP.NET_2.0.50727.0
ASP.NET_2.0.50727.0-64
ISAPI_Rewrite_32
ISAPI_Rewrite_x64
sitepreview
On the root of my test domain I have the following-
php5isapi
I had to add ISAPI_Rewrite_32 to get my ISAPI rewrites to work.
Is this the way things should be? As we start to add domains I would like to not have to come in here and add the rewrite filter to them all.