php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44662 Je n'arrive pas ? executer les .php 404 NOT FOUND
Submitted: 2008-04-07 14:27 UTC Modified: 2008-04-07 14:42 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: proenoa dot viroilio at neuf dot fr Assigned: pajoye (profile)
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.5 OS: Windows XP
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: proenoa dot viroilio at neuf dot fr
New email:
PHP Version: OS:

 

 [2008-04-07 14:27 UTC] proenoa dot viroilio at neuf dot fr
Description:
------------
je n'arrive pas ? ex?cuter mes .php alors que si je change l'extension en .php5 cela marche

it is impossible to excecute .php but .php5 work normaly ???

Reproduce code:
---------------
<HTML>
<HEAD>
<TITLE>Test PHP</TITLE>
</HEAD>
<BODY>
<?php
	phpinfo();
?>
</BODY>
</HTML>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-07 14:37 UTC] proenoa dot viroilio at neuf dot fr
test.php send me 404 NOT FOUND on this server but if I change test.php to test.php5 it work normaly only by modificate the extension ???
 [2008-04-07 14:42 UTC] pajoye@php.net
Change ta config Apache, definie l'extension .php en plus de .php5. Regarde le manual PHP ou les (tres) nombreux tutoriaux en ligne.

PS: Ce n'est pas un bug >bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 18:01:34 2024 UTC