When I visit my website i get a blank page

Username: epiz_30912952

Website URL: http://abdullahzworld.com/

Error Message:

I just see a blank page

I tried different php scripts and I get the same result

is there a log file or something in which I can see server logs

Thanks :slightly_smiling_face:

Did you create index.html file? I see you are requesting a favicon.ico file which does not exist.

1 Like

Hey ,

Go to file manager and create a index.html file

I installed this script once in this hosting
& It was working perfect

I didn’t delete any file from it

  • I installed another (Laravel) script this morning and got the same blank page

where did you see the favicon request

which script did you installed

In the console tab in devtools, but it is gone now.

Okay !

Follow these Steps

1.Delete all Files
2.Create a file .htacess and paste this in .htacess
##################################################

DO NOT EDIT THIS FILE

Create a new .htaccess file in your htdocs

directory (or example.com/htdocs/ directory)

to add your own rules or override these rules.

##################################################

DirectoryIndex index.php index.html index.htm index2.html

ErrorDocument 403 https://infinityfree.net/errors/403/
ErrorDocument 404 https://infinityfree.net/errors/404/
ErrorDocument 500 https://infinityfree.net/errors/500/

3.create a folder htdocs
4.inside the folder htdocs create a file index.html and paste this

WEBSITE IS RUNNING SUCCESFULLY

Make these changes and reply done .

NO

Do not do that. You should not edit the htaccess file at the root.

@El3aber, can you please delete everything inside of the /htdocs folder and re-upload the CMS script?

Also, note that PHP mail() does not work here, so you will not be able to setup the script to send you emails unless you use SMTP.

Thanks

2 Likes

ok sorry for wrong assistance

1 Like

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