Nick Thissen wrote:
I am not sure if 403 is related to HTTPS, I think it's likely another access issue. Can you access the post.php file just in your browser? You won't be able to send any data so it will say "incorrect password" but it should at least show something other than 403.
Nick Thissen wrote:
One more thing, does the error say "Webtiming error" or "Server error" in front of that error text?
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
RewriteEngine On
RewriteRule ^ - [L]