Raspberry Pi – Webserver

Setting Up Cross-Origin Resource Sharing (CORS) Using .htaccess

Cross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers that restricts how resources on a web server can be accessed from different origins. By default, browsers block cross-origin requests due to the Same-Origin Policy (SOP). CORS allows web servers to declare who can access their resources and under what conditions. Why CORS […]

Setting Up Cross-Origin Resource Sharing (CORS) Using .htaccess Read More »

How to: (Almost) Pretty Permalinks in WordPress on Raspberry Pi

When you’re using WordPress as a Content Management System (CMS), you are faced with a choice. Which permalink settings should you opt for? However the choice you make, can be obstructed by an annoying fact; that your permalink is almost pretty.The default setting for WordPress would most likely be http://your-pi-IP-address/?p=123 This is what we would

How to: (Almost) Pretty Permalinks in WordPress on Raspberry Pi Read More »

Scroll to Top