info.php
Posted on June 27, 2005
Filed Under For The Record |
Need to know what modules are runing on your server? Try this:
Simply paste this code into Wordpad:
< ?php
phpinfo();
?>
Save as infophp. Insure there are NO white spaces before < ?php & after ?>.
Upload to your server in ASCII mode, and rename to info.php. Then, go to your webrowser, and type this in your address bar: (http://www.yoursite.com/info.php).
It will automatically give you a list of what is running on your server. I know this works on Apache and Linux/Unix servers. Can’t say anything about the others.
If you are attempting to run WordPress on your server, and have issues w/ trackback/pingback, you will need this info to see whether or not the mod_rewrite module is running on your particular server.
If not, and you are still having trackback/pingback issues, there is a work around….
Peace,
Charlie~
Comments
Leave a Reply
