How do I view/find my website?

Beginner here, I wanted to find a way to host a php file for a project, and be able to give out a url for users to use the page. I wanted to know where I can find this.

I did upload my php to the same directory as the default index page.

Hi and welcome to the forum :slight_smile:

name that PHP to index.php
and then visit your website/domain with browser

Alright so I renamed the file to index.php, and went to edit it within the file manager. When I tried to save it just brought me to a page http://xxx.xx.xxx.x/index.php and said “Page isnt working”. When I copy/pasted that link into a new tab it becomes a link to the FTP file manager?

Also where can I find the address to my site here?

I also noticed somewhere on the forum that it may take around 72 hours or so for the site to be up?

When you created the ACC
You are required to choose a (free) subdomain name (if you do not have your domain)

If you don’t know, go to client area>pick your acc>account settings
and at bottom in red section should be the listed names

Or wait for the admin to tell you :slight_smile:

72h is max for DNS propagation but only If you visit your domain and it is not visible for you

btw. It would be good to read a few articles of interest here
https://infinityfree.net/support/

http://saidgroup6.epizy.com/?i=1

Thanks, found the link, and the site is working.

Oh well now that I’ve gotten to connect to the website, recently i’ve been reuploading my index.php several times, working out bugs with my code, but now im getting an HTTP ERROR 500 page and not my site. Is there an issue if you keep uploading files to it? I only replaced the index I think maybe 8 or so times over the course of an hour or more.

Think I solved it, using file_put_contents caused an issue. Also using fwrite, fopen, fclose also causes a 500 error.

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