Follow
Antinormal
php
SEO-friendly, user-readable URLs with phpBB 3.2
I set up a forum using phpBB 3.2 this week and I wanted the URLs to be user readable and SEO-friendly (although this doesn’t...
Implementing cross-origin resource sharing (CORS) using middleware in CakePHP…
I worked on a project recently where I had to allow XMLHttpRequests from a different domain. I initially thought about adding the necessary Access-Control headers...