Getting error: You don't have permission to access index.php when adding link in Header Extra Content
Permalink
I'm trying to add a js file through the Header Extra Content property in Page Properties.
<script type="text/javascript" src="/classes/SEMClasses.js"></script>
but when I click the save button I keep getting the error message:
"You don't have permission to access /site/index.php"
A similar post I found mentioned something about changing the file permission on the server. I'm assuming index.php. Would changing permission for this compromise security for the site and if this is not the correct route to take, anyone know what causes this?
<script type="text/javascript" src="/classes/SEMClasses.js"></script>
but when I click the save button I keep getting the error message:
"You don't have permission to access /site/index.php"
A similar post I found mentioned something about changing the file permission on the server. I'm assuming index.php. Would changing permission for this compromise security for the site and if this is not the correct route to take, anyone know what causes this?