noamfromm
Well-known member
- Joined
- Feb 9, 2014
- Messages
- 2,581
- Reaction score
- 1,577
- Points
- 113
I'm routinely getting a 404 when trying to post to the site -- if I refresh the page 2-5 times I'm usually able to like or post.
```
POST https://gopherhole.com/boards/threads/bowling-green-throwing-some-shade-at-pj.103003/add-reply 404
PHP: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>
```
```
POST https://gopherhole.com/boards/threads/bowling-green-throwing-some-shade-at-pj.103003/add-reply 404
PHP: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>
```