> Anyone know how to setup the config files on an Apache server so that
> requests for a particular page automatically load a different page? I've

> Some config line like:
> 
> /oldpage.html newpage.html
> 
> will probably suffice, but I'm not sure where to add it.
> 
   Although it can be done with a record in .htaccess I suspect it's more 
effecient using a symbolic link (assuming unix) since the entire 
.htaccess file has to be read each time.

    From the command line.

ln -s newpage.html oldpage.html

Urb
____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to