I get the following message when posting certain words to a .php page (sent from /thoughtbook.html page):
Forbidden
You don't have permission to access /ThoughtpadFileWrite.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
For example, if the word "poker" exists in the request, then this error will always be triggered. E.g.: "He has a good poker face" will be blocked.
Can this issue be fixed? I understand that this is some security measure, but a blacklist is not suitable for my webpage. This page is a basic webpage that will display song lyrics.
TIA.
Forbidden
You don't have permission to access /ThoughtpadFileWrite.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
For example, if the word "poker" exists in the request, then this error will always be triggered. E.g.: "He has a good poker face" will be blocked.
Can this issue be fixed? I understand that this is some security measure, but a blacklist is not suitable for my webpage. This page is a basic webpage that will display song lyrics.
TIA.
Last edited: