php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67685 PFTT report links not working on https://qa.php.net/pftt.php
Submitted: 2014-07-25 17:52 UTC Modified: 2014-07-31 21:15 UTC
From: jakoch at web dot de Assigned: tyrael (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jakoch at web dot de
New email:
PHP Version: OS:

 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-07-25 20:35 UTC] bjori@php.net
-Assigned To: +Assigned To: mattficken
 [2014-07-31 21:15 UTC] tyrael@php.net
-Status: Assigned +Status: Closed -Assigned To: mattficken +Assigned To: tyrael
 [2014-07-31 21:15 UTC] tyrael@php.net
we had a Directory block in the apache config which we commented out for http, but left in for the https vhosts:
        <Directory "/local/svn/qa_trunk/reports/db">
                Options -Indexes
                Order deny,allow
                deny from all
        </Directory>

commented that out as it is for the http vhost, and the links are working now.
would be nice putting the apache configs unders version control, and either removing the .htaccess file from the repo or adding a notice that it isn't used anymore in production.
 [2014-08-02 20:44 UTC] mattficken@php.net
Definitely put a note in .htaccess that its not used anymore.

I think that's usually where people would look first.


I agree, putting the apache config files in git would be great.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 15:01:33 2024 UTC