one idea is to make a "public" DIR of all of our *.php menue option categories and assigning a "home" page to each - primarily to help gain favorable search engine returns: www.example.com/shop/
my goal is to have simple - easy to follow category home page url's -
i have tried the simplest approach - to display the "?" question mark containing link as a php server parsed page:
please visit http://www.example.com/cut_flowers/
this is the source of the index.php file in the /cut_flowers/ dir:
<?php
include ('http://www.example1.com/example/?page=shop/m_cutflowers');
?>
notice all images are broken - the actual file url i wish to use is on another web site - same server: [example1.com...]
how would i go about displaying the "include" in the index.php as outlined above and have it function properly without doing it by usnig a frameset or copying all of the image dirs to the 2nd web site -?
i suppose some folks would call this "cloaking" - i am not sure what to call it -
in essence i need to make a "home page" for each menue category in the "home" site and use it on another url -
plan B would be to come up with some sort of rewrite rule in an htaccess file and simply take out the offending characters --
we are on a cobalt raq4 - dedicated server with mod_rewrite already working in other sites on the server -
we are developing this with a tweeked app
any suggestions would be really appreciated -
[edited by: jatar_k at 5:24 pm (utc) on Sep. 8, 2006]
i will look at the link above ---
any other ideas???
many thanks