Experts Round Table Network

Webservers => Apache => Topic started by: colormeow on October 20, 2006, 04:23:00 AM



Title: How to check its my Apache LoadModule is working fine...
Post by: colormeow on October 20, 2006, 04:23:00 AM
Hi, i had apache 2.0.50 installed in my windows xp pro. i had try to enable the mod_rewrite module "LoadModule rewrite_module modules/mod_rewrite.so" but it doesnt work. my wordpress permalinks is not working no mater what i do, it keep say 404 page no found. i had try out lots of solution at wordpress but none work... hope anyone here can help me up.

thanks in advanced


Title: Re: How to check its my Apache LoadModule is working fine...
Post by: VGR on October 20, 2006, 06:22:00 AM
so :

1) the LoadMosule indeed "worked", or else you would have Apache not starting (I guess you also tried apache -k to test the configuration first).

So let's assume the LoadModule command did work out as expected.

2) now you've the rewrite engine NOT doing what you aimų for. So your feedback is more than expected on this following point :
What are the RewriteEngine/RewriteRule(s) settings in httpd.conf ?

regards