Hi,
I'm told by Eukhost that they have enabled ISAPI Rewrite on my shared windows hosting domain. However I've tried many rules in my .htaccess file but I cannot get it to work.
Am I correct in that Rewriting should just burst into life once I place a .htaccess file in the root of my domain, wwwroot.
Here's the rules i've tried,
[ISAPI_Rewrite]
RewriteEngine on
RewriteBase /
#Fix missing trailing slash char on folders
RewriteRule ^([^.?]+[^.?/])$ $1/ [R,L]
#RewriteRule (.*) http\://www.eukhost.com [LR]
#RewriteRule (.+) http\://www.microsoft.com$1 [LR]
#RewriteRule ^/$ /blog/ [LR]
RewriteRule ^$ /blog/ [LR]
uncommenting lines I try, in turn
Reed permissions on the file are correct as seen via DNP. I have to FTP the file, as DNP does not allow a filename starting with a period.
Is there anything else I can do to test?
Any PHP or ASP page I could write to prove the DLL is loaded?
thank in advance
John


Reply With Quote
