|
Tutorial 14
Access Log Footer
All web pages on our servers that have the .phtml
extension will have a footer placed at the bottom of the page that looks like this:
0 total hits since Friday July 3. 0 hits today.
No Previous Access to this page
Page was last updated on Wednesday January 14, 1998 at 23:27:04
To stop this from being displayed, include this
directive in the php code of the page:
<?setshowinfo(0)>
To turn it off for all .phtml pages
on your site, create a .htaccess file in your root directory with this directive:
phpShowInfo off
If you wish the footer to be shown
and include the correct information, you will need us to enable php Logging and create a
database table for your userID. We recommend requesting this through our online tech support request form.
|