Monday 4 December 2017

apache - Hidden features of mod_rewrite

There seem to be a decent number of
mod_rewrite threads floating around lately with a bit of
confusion over how certain aspects of it work. As a result I've compiled a few notes on
common functionality, and perhaps a few annoying
nuances.



What other features / common issues
have you run across using mod_rewrite?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...