About website running

Hello everybody. Who know reasons why my website is not running?
Here is result after 72 hours

Because you have no “index” file. Whatever file you want to show when your site is opened needs to be named “index.html” or “index.php” depending in what type of file it is.

1 Like

I added my index.php file here , but it is not working

Can you show the full screen?
Thanks.

1 Like

https://prnt.sc/13cp1v5

https://prnt.sc/13cp3ll

Well, you have the index file in the “public” folder. So if you go to “yoursite.com/public” it will show. You need an “index” file in the htdocs directory that will show when just the url (“yoursite.com”) is typed into the browser.

5 Likes

Looking at the directory list, this looks like a Laravel site. So I would suggest to use these .htaccess rules to fix this:

3 Likes

2 posts were split to a new topic: Unable to login to wp admin (error 500)

If you add some code to your .htaccess file, you can also display other file extensions with a file name of “index”, or even another file name, like “blah”!

1 Like

When I try go to public there is a problem with here but I thin my composer is fine

in this case I have problem with this

Please read the comment lines at the top of the file you were trying to edit and follow the instructions provided there.

1 Like

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