I cant open my website

hey
I have a problem in my website I uploaded all files content my website data , a
and then the website didn’t open untill now
can you please help me in that.

site url please?

2 Likes

http://pupghack.epizy.com/

your site works fine.
http://pupghack.epizy.com/Pupg%20Hack/pubguc.live/index.html

to redirect your site to that folder. create a index.php fine and put these in it:

<?php
header('location: http://pupghack.epizy.com/Pupg%20Hack/');
die();
?>
1 Like

To open your website directly without showing the Directory Listing, move all the files inside the folders htdocs/Pupg Hack/pubguc.live/ to the htdocs folder, without needing the redirect code. Instead, if you want to redirect your visitors to that folder, use the code @anon19508339 posted.

2 Likes

Thank you all

1 Like

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