apache htaccess win2k being processed
i am perplexing rewrite urls controlling mod_rewrite. enabled httpd.conf url rewriting works lines httpd.conf file. however, i manners .htaccess file.
it doesn't seem .htaccess being processed during apache win2k.
i have rewritelogging incited proceed up, nonetheless record record isn't being created. final line httpd.conf
accessfilename .htaccess
.htaccess contents
rewriteengine on
rewritelog "c:/rewrite.log"
rewriteloglevel 15
rewriterule /alice.html$ /bob.html
thanks
edit : apache chronicle 2.2 windows 2k
Comments
Post a Comment