error logs and mod rewrite

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blakekr
    Member
    • Dec 2004
    • 30

    #1

    error logs and mod rewrite

    Okay, I'm starting to feel my way around this host. I'm coming to like it actually.

    But, two questions. One, is there a way to change settings on the error log so I can see basic server requests that aren't being fulfilled, like 404 errors. Right now my log only records certain PHP errors. If I could see 404s, maybe I could see what mod rewrite thinks I'm telling it.

    Also, could anyone who can spare the time post some mod rewrite code that definitely works in this environment. I'm trying a lot of code found on these forums, but no luck so far.

    Thanks so much!
    - blake
  • Buddha
    Senior Member
    • Mar 2004
    • 825

    #2
    I believe 404's are recorded in the access log not the error log as you already noticed.
    "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

    Comment

    • sdjl
      Senior Member
      • Mar 2004
      • 502

      #3
      Originally posted by blakekr
      Also, could anyone who can spare the time post some mod rewrite code that definitely works in this environment. I'm trying a lot of code found on these forums, but no luck so far.
      Um. What do you want to do? mod_rewrite is a large topic to cover and you can do a lot with it.
      If you give some specifics i could maybe write something up.

      David
      -----
      Do you fear the obsolescence of the metanarrative apparatus of legitimation?

      Comment

      • blakekr
        Member
        • Dec 2004
        • 30

        #4
        Man, that's a generous offer, thanks

        Actually you guys got me going and I finally made it work. I still don't see an access log when I telnet in, but I did find one in the control panel and that was enough to help me figure out what mod rewrite didn't like.

        This was a big part of my project! -THanks!-

        Comment

        • sdjl
          Senior Member
          • Mar 2004
          • 502

          #5
          Glad you got it working

          David
          -----
          Do you fear the obsolescence of the metanarrative apparatus of legitimation?

          Comment

          Working...