php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29115 on hu.php.net, the stats links at the bottom of the page works weird.
Submitted: 2004-07-13 10:42 UTC Modified: 2004-08-04 21:22 UTC
From: cece@php.net Assigned: cece (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: unknown
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cece@php.net
New email:
PHP Version: OS:

 

 [2004-07-13 10:42 UTC] cece@php.net
Description:
------------
On hu.php.net, the stats links at the bottom of the page works like if you've searched for 'stats' in the documentation. Maybe missing/wrong apache redirect?

Reproduce code:
---------------
Just visit hu.php.net and follow the link 'Stats' at the bottom of the page..

Expected result:
----------------
I expected the server statistics or something like that

Actual result:
--------------
I've been redirected to: http://hu.php.net/manual-lookup.php?pattern=stats%2F&lang=hu

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-14 11:35 UTC] goba@php.net
Cece?
 [2004-08-04 20:00 UTC] jacques@php.net
Okay I figured out what causes this issue.  There is a missing trailing / after the location to where the real stats directory lays:

If you incorrectly use
Alias /stats/ /*snip*/php.powertrip.co.za/stats
instead of
Alias /stats/ /*snip*/php.powertrip.co.za/stats/
you have this particular issue.
 [2004-08-04 21:21 UTC] cece@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Problem solved. The statistics was under an another vhost and that vhost dir moved elsewhere. I forgot to change that alias to point to that new place. Now it's working again.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 01:00:01 2026 UTC