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
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: 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: Sat May 18 03:02:51 2024 UTC