[mod_python] Bizarre problems with rewriting URLs?

Aaron Gallagher habnabit at gmail.com
Mon Oct 16 02:24:46 EDT 2006


Ah, I found out what the problem was. I wasn't returning apache.OK  
after my internal_redirect calls and so the request was processed  
more than it should've and churning out some interesting garbage when  
it was supposed to just 404. My browser was trying to get favicon.ico.

Thanks for your help, though. req.hlist.directory was just what I  
needed.

Aaron Gallagher
<habnabit at gmail.com>




More information about the Mod_python mailing list