Resolved Issue ID 0000474 (Step 1):

o Rename index.htm into index.php
  o Add index.php on all sub-directories
  o Use an uniform source code of index.php (like /include/index.php)

(/index.php is of course not changed)




git-svn-id: http://piwigo.org/svn/trunk@1481 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2006-07-18 21:38:54 +00:00
parent 13c3076d6a
commit 27aeab97e9
33 changed files with 949 additions and 42 deletions
+4 -2
View File
@@ -25,9 +25,11 @@
// | USA. |
// +-----------------------------------------------------------------------+
// recursive call of index.php
$url = '../index.php';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>