I get HTTP ERROR 500 error

Website URL

eldasmm.free.nf

Error Message

This page is currently not working
eldasmm.free.nf cannot handle this request right now.
HTTP ERROR 500

Other Information

I have enabled SLL but at the top of my dashboard infinityfree says “It can take up to 72 hours for new domains to be available everywhere!
This is due to DNS caching that InfinityFree can’t control, but there are some workarounds you can try. Find out more.” Could this be the reason why the site is not working?

or

I also read an informative article in the forum that the error is caused by the code in the .htacces file
.htacces file path : /htdocs/.htacces

.htacces file code:


RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteRule ^([0-9a-zA-Z-_/]+)/$ https://%{HTTP_HOST}/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^request/([0-9a-zA-Z-_/]+)(/?)$ _post_request.php?action=$1 [L,QSA]
RewriteRule ^api/v2$ _post_request.php?action=api_request [L,QSA]
RewriteRule ^([0-9a-zA-Z-_/]+)$ index.php?url=$1 [L,QSA]
# BEGIN Gzip
<IfModule mod_deflate.c>
AddType x-font/woff .woff
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
</IfModule>

# END Gzip

I found a smm panel site zip file from the internet and uploaded it to the filemanager section in the control panel of my site and uploaded the sql file using phpmyadmin, but I don’t think the problem is caused by the sql file.

I don’t know what is causing the problem, I am very confused, can you check the site files in filemanager ?

Read

6 Likes

yes I read this and I tried everything that was written but I don’t understand where the error is coming from

“New domains can take up to 72 hours to be accessible everywhere!
This is due to DNS caching, which InfinityFree cannot control, but there are some workarounds you can try. Learn more.” Could this be the main cause of the problem?

So what did you do?

5 Likes

At first I uploaded the smm panel zip file with the filezilla program and made the necessary settings.

I uploaded the sql file to phpmyadmine.

When I entered the site, it gave a different error, this error was an ssl error and I solved this error when I created an ssl certificate.

When I renewed the site again, this time I got an HTTP 500 error, then I read the article you threw from the forum and tried them all. but I don’t know if the codes in .htaccess are compatible or not, what is your suggestion?

Do you think the codes inside the .htaccess file are wrong or do you think “New domains can take up to 72 hours to be available everywhere!
This is due to DNS caching, which InfinityFree cannot control, but there are some workarounds you can try. Learn more.” is the site not working because I have a warning ?

You are doing selective reading.
Read the article again entirely

7 Likes

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