Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Lukas R
on
Nick Thissen wrote:
It's probably related to access rights on the server or misconfigured htaccess file. Some potential solutions here perhaps: https://stackoverflow.com/questions/1300125/php-script-403-forbidden-error

Got it! It was indeed about rewrite rules in .htaccess and security measures. First, I had to reset it for that specific folder by using:

RewriteEngine On
RewriteRule ^ - [L]

And then I could set up the rules again but this time also allowing this PHP/JS code.