My website won't load. Anyone have any tips on how to figure out what the problem is?

My website won't load at the address www.massporn.net. I have checked the /var/log/apache2/error.log and there is nothing there. Anyone have any suggestions on how to figure out what the problem is? Are there any other logs I could look at?

1 Reply

It looks like the domain is loading the default Apache page:

curl www.massporn.net
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 <head>
  <title>Index of /</title>
 </head>
 <body>
<h1>Index of /</h1>
  <table>
   <tr><th valign="top"><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr>
   <tr><th colspan="5"><hr></th></tr>
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[   ]"></td><td><a href="info.php">info.php</a></td><td align="right">2018-06-03 12:20  </td><td align="right"> 68 </td><td>&nbsp;</td></tr>
   <tr><th colspan="5"><hr></th></tr>
</table>
<address>Apache/2.4.29 (Ubuntu) Server at www.massporn.net Port 80</address>
</body></html>

I think you'll likely want to check your Apache configurations to make sure your virtual hosts are pointing to the correct root folder. You can read a bit more about this at our Apache Guide.

I hope this helps!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct