Page 1 of 1

index in the server root and imagevue in subdir.: how to?

Posted: 29 Jun 2012, 08:29
by rocco
Hello, I have uploaded imagevue into a subdirectory of my server /gallery/ but I would like to have imagevue index.php being placed in the root, sothat the domain name is pointing directly to imagevue. How can I do that?
Thanks in advance, rocco

Re: index in the server root and imagevue in subdir.: how to

Posted: 29 Jun 2012, 17:16
by Martin
I've got imagevue in the subdirectory /g1/.
In the root I've got a index.php as follows:
Code
<?php 
header("Location: http://www.martinbroeze.nl/g1/"); 
?> 

Re: index in the server root and imagevue in subdir.: how to

Posted: 30 Jun 2012, 06:03
by rocco
Thanks so much, Martin!

Re: index in the server root and imagevue in subdir.: how to

Posted: 03 Jul 2012, 12:17
by Nick
Why you don't want to move Imagevue to the root folder instead? Even on ftp connection the move operation is almost instant.