C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\netftp\ftp\temp\index.php


1
2
3
4
5
6
<?php

// Redirect people who try to view this folder to the main index.php page
header("Location:../index.php");

?>