DynmapForge
DynmapForge copied to clipboard
Custom WebScripts ....
trafficstars
Hello
I wanted to take a private WebScript the web directory and call via the web server. Unfortunately, only HTML files are played. PHP, JavaScript, etc. all ends with the result 404
Error-Code: error
Error-Result: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 Not Found</title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /get-mods.php. Reason:
<pre> Not Found</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>
Link: http://info-panel.net:8123/modlist.html Can you fix this? thanks
The internal web server does not include support for execution of anything external to the server itself, although it will serve files that are appropriately readable. If you want to do custom PHP or the like, you'll need to use an external web server, like Apache.