Welcome Guest, Not a member yet? Register   Sign In
Viewing log files in CI
#1

[eluser]machouinard[/eluser]
I'm using CI on a few different sites.

On one site I can view the log files at http://mysite.com/application/logs/log.php

log.php is apparently a log file viewer written by Chris Petermann. For the life of me I can't remember putting it in my logs directory. I searched CI, but came up with nothing.

Anyway, I can't figure out what is allowing me access to that file on that site.
I'd assume it would be obvious in .htaccess
Code:
allow from all
Options -Indexes
Options +FollowSymLinks
Options -MultiViews
DirectoryIndex index.php
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]
</IfModule>

<IfModule !mod_rewrite.c>
  ErrorDocument 404 index.php
</IfModule>
But it's not.

Anyone have any ideas? Or any good suggestions about viewing log files?

Thanks,
Mark


Messages In This Thread
Viewing log files in CI - by El Forum - 03-07-2012, 11:34 PM
Viewing log files in CI - by El Forum - 03-08-2012, 12:35 AM
Viewing log files in CI - by El Forum - 03-08-2012, 05:14 AM
Viewing log files in CI - by El Forum - 03-08-2012, 06:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB