General 101 Recently updated 1 min read

Others

Others - Nabtech

This article provides guidance on how to fix errors, create friendly URLs, and set up page redirects using htaccess.

How to Create a User-friendly URL Using htaccess

If your website is using a long URL, such as example.com/files/folder/sitemap.html, you can change it to a more user-friendly format.

How to Redirect a Page or Website Using htaccess

If a page on your website no longer exists and you want to redirect it to a new page or website, you can do so using htaccess.

Fix PHP Error: Allowed Memory Size of X Bytes Exhausted

If you are encountering an error message such as "Allowed memory size of X bytes exhausted in file...", this indicates that your PHP script has exceeded the memory limit allocated to it.

Discussion

Loading the discussion…