Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with server status script
#2
You could create a .htaccess file (or add the following code to it):

Code:
<Files index.html>
AddType application/x-httpd-php .html
</Files>

In the HTML file, you can include your script wherever you want it to be displayed.
PHP Code:
<?php include 'status.php'?>

Let me know if this works.
Reply


Messages In This Thread
Help with server status script - by Glas - 11-18-2009, 06:15 PM
RE: Help with server status script - by kab012345 - 11-18-2009, 07:35 PM
RE: Help with server status script - by Glas - 11-18-2009, 08:46 PM
RE: Help with server status script - by Socrates - 12-10-2009, 06:18 AM
RE: Help with server status script - by Glas - 12-31-2010, 05:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  php form script with upload script help andrewjs18 4 2,870 10-07-2010, 11:46 AM
Last Post: JMK940

Forum Jump:


Users browsing this thread: 1 Guest(s)