| Posted: 11 August 2003 at 8:00am | IP Logged
|
|
|
I get these errors in httpd.parse.errors:
Line 9: Unrecognized string: RewriteCond %{REQUEST_FILENAME} -d [OR] Line 10: Unrecognized string: RewriteCond %{REQUEST_FILENAME} -s
The lines look like this in httpd.ini:
RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -s
This works in mod_rewrite, but I get the unrecognized string error. What should I write instead?
I use it for testing whether a directory or file exists in the web-directory with the given name before I rewrite the URL.
cheers,
Flemming
|