Hi all, I have copied my files using hadoop in the following path "/user/hadoop/input" path. Now i need to open the "index.php" file which located in the above path, so i configure that path in apache. Then i tried in Ubuntu using vim 000-default and edit the below two lines.
DocumentRoot /user/hadoop/input <Directory /user/hadoop/input> But my "index.php" not working because file(index.php) not viewed, Just throw an following error. The requested URL /input/index.php was not found on this server. Kindly check and advise me how to solve this issue. Thanks, Mariaprabudass -- View this message in context: http://old.nabble.com/How-to-view-the-php-file-which-is-located-in-hadoop-path--tp32503739p32503739.html Sent from the Hadoop core-dev mailing list archive at Nabble.com.
