| Posted: 28 February 2011 at 6:07am | IP Logged
|
|
|
Is there any way to know if ISAPI Rewrite 2 is properly installed in my server as their administrators assure?
I have make the config file httpd.ini with permisions 777 in the "mydomain" folder
In this file only appears:
-----------------------------------------------------
[ISAPI_Rewrite]
RewriteRule .* http\://www.google.com [RP]
-----------------------------------------------------
But when I type a non existent page, get always a "page not found"
|