500 Error

https://code-editor.online/

Just a 500 error. I have no information about what is happening to my website.

Error Message

Website returned 500
Even the empty index.php file has an error

Other Information

Image from website

.htaccess file

Maybe you can close the curly brackets on line 34

2 Likes

Hi. When I view your site it says:

**Parse error** : Unclosed '{' on line 21 in **/var/www/errors/override.php** on line **34**
1 Like

You can try again later because it’s a server problem and iFastNet engineers should be fixing it soon.

7 Likes

Hi dev_prod,

I’m guessing this is supposed for engineers at server team instead of a question. :laughing:

As for you Websitedesigner:

I see a lot of your errors are CORS related, which can break things as not the whole js gets loaded to your website. Try adding CORS headers to your site by adding Header directives to the .htaccess. However without more information on your intended script usage and security intentions here’s a link you can reference.

CORS is different for every site and specific to the developer’s security expectations, so there is no general solutions or reference code except wide-opening ones, which doesn’t help anyways.

Try to create your own CORS and add the Header directive using this syntax in your .htaccess file.

https://httpd.apache.org/docs/2.4/mod/mod_headers.html

Cheers!

4 Likes

Thank you for your interest. I tried to help the engineers and workers, but I guess it worked :smiley:
My website is in a better condition now.

Have a cool day!

1 Like

4 posts were merged into an existing topic: HTTP 500 Error

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.