[us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Sam Sherlock
I have set up php, mysql and apache 2.2 but I can't seem to get mod_rewrites to work things that worked fine on xp and also linux just don't work on windows 7 wordpress and cakephp rewrites but have also tried a simple test as follows RewriteEngine on RewriteRule bob.html alice.html I have a

Re: [us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Joost de Heer
On 11/11/2010 05:48 PM, Sam Sherlock wrote: I have set up php, mysql and apache 2.2 but I can't seem to get mod_rewrites to work would greatly appreciate any ideas to resolve this RewriteLog and RewriteLogLevel are your friends. RewriteEngine on RewriteRule bob.html alice.html If this

Re: [us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Sam Sherlock
Thanks Joost I had it working before reading you reply minor change to the rule and removing some stuff from conf - Options All seemed to help cakephp wordpress are also now rewriting I will be reading up on rewritelog and rewriteloglevel its useful to have friendly tools to assist when things

Re: [us...@httpd] apache 2.2 mod rewrite/htaccess on windows 7

2010-11-11 Thread Eric Covener
RewriteEngine on RewriteRule bob.html alice.html If this is in the main config, then this will never get matched, since the main config will use full pathnames (i.e. /bob.html if the URL is http://localhost/bob.html). it would still match since it's not anchored, but it would normally