March 10th, 2005, 09:35 PM
|
#10 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,653
|
You can install Photopost in whatever directory you want.
To redirect people to the photopost directory you can use an index.php file like this in your main webroot
<?
header("Location:http://www.domain.com/photopost/index.php");
?>
|
| |