View Single Post
  #3  
Old 01-22-2005, 12:23 PM
 
manager manager is offline
 

Member
  
Join Date: Jul 2003
Posts: 16
 

Default

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
__________________
Regards Trev

x-cart gold version 4.0.10

It\'s nice to be important, but it\'s more important to be nice ! (Scooter circa 92)
Reply With Quote