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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Sun May 05 08:01:30 2024 UTC