View Single Post
Old 01-16-2004, 02:18 PM  
arial
Confirmed User
 
arial's Avatar
 
Join Date: Jul 2002
Location: Bay Area
Posts: 4,012
Ok well if I understand you right (which I don't thing I don't) add this to your 404.shtml:

PHP Code:
<!--#include virtual="/path/to/script.php" --> 
Then a make a php script (example script.php) and do this in it:

PHP Code:
<? include("/path/to/content.page"); ?>
Make sure 404 is at least 550 bytes if I remember right.
arial is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote