Strapi admin page not found

Strapi admin page not found

After successfully copying the application code on my server, Strapi admin panel page not found error came on the site url/admin. On Strapi documentation page it is advised to rebuild the admin panel after copying the application files to a new server or location before running the production server. System Environment: Solution: Enter the application […]

err blocked by response not same origin

ERR_BLOCKED_BY_RESPONSE.NotSameOrigin

“ERR_BLOCKED_BY_RESPONSE .NotSameOrigin” (err blocked by response not same origin) usually occurs in your web browser when a resource that your webpage is trying to access has a different origin (or domain/subdomain) than the page itself. This is a security feature built into web browsers to prevent cross-site scripting attacks. I had to face “ERR_BLOCKED_BY_RESPONSE .NotSameOrigin” (err […]

“Sorry, you are not allowed to access this page” error in WordPress

Sorry, you do not have access to this page

I encountered an error lately after migrating one of my client’s website, which said that “Sorry, you are not allowed to access this page“. Strange! because all the core and database files were intact. So, there is this website wealthyaffiliate.com which offers its clients to instantiate WordPress installation. Worse thing about them is that they […]

Make your own home media server with Raspberry Pi

There are plenty of options out there with which you can watch movies on your screens. In my opinion, the simplest and fastest way to make a home media server is by using your Raspberry Pi or any device having Apache web server installed (preferably on a Linux machine). To accomplish this, we will be […]

Install and configure your linux server

linux server deployment

About this Fiverr gig I am here to help you rent and set up a virtual server. I will install and configure your linux server ensuring that it is secure and ready for use. I can also install a single software solution for you, whether it’s a Web Server, WordPress, FTP server, Node JS app, […]

ZIP command in Linux with examples

kid zipping folder in linux

ZIP is a compression and file packaging utility for Unix. Each file is stored in a single .zip {.zip-filename} file with the extension .zip. Syntax: zip [options] [file_name.zip] [files_names] The syntax for Creating a zip file: zip [file_name.zip] [file_name] Options in ‘Zip’ command in Linux Options                    Description Syntax […]

Resolved Unknown collation: utf8mb4_0900_ai_ci

utf8mb4_0900_ai_ci

The collation utf8mb4_0900_ai_ci is a character set collation for MySQL databases, introduced in MySQL 8.0.1. It is based on the Unicode Collation Algorithm (UCA) 9.0.0, and the character set is utf8mb4, which supports a wide range of Unicode characters. The “ai” in the collation name stands for “accent insensitive” and the “ci” stands for “case […]

Multi Step Form in HTML and JS

Multi page form with Dextor

This multi step form can be used to take any data with validation. You can request the following: Integrate database to bring the list in the form fields. Apply field validation.

HTML Snippets Powered By : XYZScripts.com