fiko.meSetting Up Local HTTPS with mkcert on macOSWhen developing web applications locally, HTTPS is often overlooked. Yet, modern browsers and APIs increasingly require secure connections—even in development. That’s where mkcert comes in: a simple t3d ago·3 min read
fiko.meMagento 2 - How to Test Success Page Without Repeatedly Placing OrdersTesting the checkout success page in Magento 2 can be frustrating. By default, once an order is placed, Magento clears the quote session, meaning you can’t simply refresh or revisit the success page without going through the entire checkout process a...Jan 5·2 min read
fiko.meHow to Downgrade Magento from Commerce to Open Source Using Opengento's ToolMagento Commerce (EE) offers powerful features, but for many teams, Open Source (CE) is leaner, lighter, and more sustainable. If you're migrating from EE to CE, the Opengento downgrade tool provides a clean, scriptable way to remove proprietary modu...Sep 23, 2025·2 min read
fiko.meFixing Apache’s “Permission Denied: Search Permissions Missing” Error on LinuxIf you’ve ever checked your Apache error logs and seen something like this: Code [core:error] (13)Permission denied: access to /robots.txt denied (filesystem path '/home/username/sites') because search permissions are missing on a component of the pa...Sep 5, 2025·2 min read
fiko.meHow to Increase an Oracle Cloud Boot VolumeOracle Cloud Infrastructure allows you to expand the size of a boot volume without rebuilding your instance. This can be done online in many cases, meaning you can keep your system running while the change is applied. Below is a practical guide to re...Sep 3, 2025·2 min read