308 response code – redirection and messing with daemons…

This post is part of the “.htaccess redirection fun with mod_rewrite” series. The most useful feature of .htaccess and mod_rewrite, in the opinion of this author, is redirection. Redirection is identified to a browser by response code 308. By redirection we mean mapping any URI into any other URI. Response code 308 is the redirection… Continue reading 308 response code – redirection and messing with daemons…

LLM Dall-E Fun while researching

The large language models (LLM), GPT-4 and Gemini, are great for research and training. I’ve been using them for legal research, examining ideas in physics and testing it’s capabilities with circuit generation. They are also excellent at generation of code in pretty much any programming language. So having read about that scientific paper that made… Continue reading LLM Dall-E Fun while researching

.htaccess redirection fun with mod_rewrite

For the holidays, I decided to gift readers with a series of some useful but fun posts titled “.htaccess redirection fun with mod_rewrite“. The series is dedicated to the fun you can have with Apache redirection while keeping tight security of your website. Though not for the faint of heart, one can have fun toying… Continue reading .htaccess redirection fun with mod_rewrite