Howdy markwhoo, thanks for your reply,
Consider the example below:
I create a folder called shop
I create 2 files in the shop folder: One called
index.php the other called
home.php
I insert the following code into the
index.php file: (this code and nothing else)
<? header("Location: home.php"); ?>
if I enter
www.mydomain.com/shop/
it will show
www.mydomain.com/shop/ in the browser address bar but the contents of home.php will be displayed.
I was looking for something along theses lines or maybe using htaccess