I’ve already printed over 1000 Christmas cards, each featuring a QR code, and I’m unable to modify the permalink.
I’m using the **Permalink Manager Lite** plugin along with the following line of code in my **functions.php** file in cPanel: ‘add\_filter(‘permalink\_manager\_force\_lowercase\_uris’, ‘\_\_return\_false’);’
The purpose of this code is to enable the use of capital letters in my permalinks. This approach has worked on my test site and for any other permalink I choose, such as ‘mysite/TestSite’ or ‘mysite/TEsTSitE.’ Unfortunately, I’m encountering an issue with the QR code permalink, which is ‘/MerryChristmas.’ I consistently receive a 403 error with the message:
‘Forbidden You don’t have permission to access this resource.’
I can change the URL to **/MerryCHristmas** and the permalink works fine.
I’ve attempted several solutions, including resetting the .htaccess file and deactivating plugins, but the problem persists. My entire website functions properly except for this specific permalink. Any suggestions on how to resolve this issue?
[ad_2]