Hello,
I am trying to input meta-tags at e107/e107_admin/meta.php
These ones are generated by my provider as:
<META NAME="TITLE" CONTENT="Chimie et Julia Lang">
<META NAME="AUTHOR" CONTENT="Thierry Lepoint">
<META NAME="DESCRIPTION" CONTENT="utilisation pédagogique du langage Julia pour la résolution numérique de problèmes de chimie et de chimie-physique">
<META NAME="KEYWORDS" CONTENT="chimie, chemistry, chimie générale, general chemistry, chimie physique, physical chemistry, Julia Lang, Julia, programmation, coding, program, équations différentielles, differential equations">
<META NAME="OWNER" CONTENT="Thierry Lepoint">
<META NAME="ROBOTS" CONTENT="index,all">
<META NAME="Reply-to" CONTENT="name@xxx.com">
<META NAME="REVISIT-AFTER" CONTENT="15">
However I obtain an message error when I click on "update":
You don't have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
How to circumvent this problem?
Thank you in advance for your reply.