Change server path?
Posted: Sat Aug 20, 2005 10:12 am
Hey all,
I have a client that now after I have developed the website, they added all the content, created hundreds of pages, are wanting to move to another server.
In all the pages that are created, basically the create:
Well, the new server, the paths are not even close. Is there a way to change the path on that server? a mod rewrite or something?
Thanks,
Tim
I have a client that now after I have developed the website, they added all the content, created hundreds of pages, are wanting to move to another server.
In all the pages that are created, basically the create:
Code: Select all
<?
$page_id = 65;
include "/home/user/public_html/pages/index.php";
?>Thanks,
Tim