Marketplace Redirect
Thu, 07/12/2007 - 15:53 — admin
php code:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: /marketplace/home");
exit();
?>
»
- Login to post comments





