Author |
Message |
boar
Hangin' Around

Joined: Jul 18, 2005
Posts: 33
|
Posted:
Mon Jul 18, 2005 2:42 pm |
|
hello,
i have a lots of lines like this /404.php, i dont see any errors on my site to redirect someone to a 404 page, the site is working perfectly. I have nothing to be fowarded to another page using sentinel. maybe it has something to do with GoogleTap?
if someone knows about this, pls let me know.
i use sentinel 2.3.2 with Platinum |
|
|
|
 |
sting
Involved


Joined: Sep 23, 2003
Posts: 456
Location: Somewhere out there...
|
Posted:
Mon Jul 18, 2005 7:16 pm |
|
Could you post a few lines of your error log so I can get a better idea of what the full error is?
Thanks
-sting |
|
|
 |
 |
boar

|
Posted:
Mon Jul 18, 2005 7:52 pm |
|
there's no error log, when i display traked ip's, i have a bunch of 404.php requests, like i said i dont see/have any errors on my site, problaby it has something to do with .htaccess file because when i display tracked ip's and search for my own ip, i have 404.php redirects listed under my ip, which i have not seen any of my 404.php on my screen.
on the tracked ip listings, the 404.php files are below or above index.php files..
I dont know what else to tell you :/ |
|
|
|
 |
boar

|
Posted:
Mon Jul 18, 2005 9:19 pm |
|
here's an exemple, there's more....
/404.php
/index.php
/404.php
/index.php
/404.php
/404.php
/modules.php?submit=Delete these Cookies
/modules.php?name=Your_Account&op=ShowCookies
/modules.php?name=Your_Account&op=ShowCookiesRedirect
/404.php
/modules.php?name=Your_Account
/index.php
/404.php |
|
|
|
 |
boar

|
Posted:
Thu Jul 21, 2005 11:02 am |
|
|
|
 |
Manuel
Regular


Joined: May 28, 2005
Posts: 90
|
Posted:
Thu Jul 21, 2005 11:15 am |
|
tracked ip's display pages visited by users, so this does not mean you have errors on your site... |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
boar

|
Posted:
Thu Jul 21, 2005 11:47 am |
|
even when i lookup under my ip? i have 404 pages even if i havent see a 404 pages. |
|
|
|
 |
Manuel

|
Posted:
Thu Jul 21, 2005 12:08 pm |
|
may you have some scripts that redirect throu this page? if not this is strange |
|
|
|
 |
boar

|
Posted:
Thu Jul 21, 2005 12:51 pm |
|
only in .htaccess file,
RewriteRule ^400.shtml 400.php [L]
RewriteRule ^401.shtml 401.php [L]
RewriteRule ^403.shtml 403.php [L]
RewriteRule ^404.shtml 404.php [L]
RewriteRule ^500.shtml 500.php [L] |
|
|
|
 |
|