This is a discussion on Win Xp and mod_rewrite within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi all, this is my problem: I' can't load in my local machine (win Xp) the Apache mod_rewrite module. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
this is my problem: I' can't load in my local machine (win Xp) the Apache mod_rewrite module. I have in the httpd.conf these lines: ------------------------------------------ LoadModule rewrite_module modules/mod_rewrite.so #AddModule Mod_Rewrite.c ------------------------------------------ if I uncomment the second line, I get an Internal Server Error and the Apache error log says: [alert] [client 127.0.0.1] c:/httpdocs/.htaccess: Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration [error] Cannot remove module mod_rewrite.c: not found in module list Probably the module isn't loaded, I have only mod_rewrite.so installed, but not the Mod_Rewrite.c. Have you any idea? Does exist an equivalent module (a DLL) for Windows? Thanks a lot! -- CLS |
|
|||
|
"CLS" wrote
> Hi all, > > this is my problem: I' can't load in my local machine (win Xp) the Apache > mod_rewrite module. > > I have in the httpd.conf these lines: > ------------------------------------------ > LoadModule rewrite_module modules/mod_rewrite.so > #AddModule Mod_Rewrite.c [cut] Simply I lower-cased Mod_Rewrite.c to mod_rewrite.c and it worked. Bye -- CLS |