[Typo3] Re: In need of Redirect help
Jeff Segars
jsegars at alumni.rice.edu
Thu Jun 30 19:57:55 CEST 2005
Nate,
Here's what my setup is...
1) Patched 404page_not_found.php as described earlier. This file
resides at the root of my website.
2) Included the 404 page in my .htaccess file (along with mod_rewrite
for RealURL). These lines are what allows the 404 extension to be
executed when a page is not found.
ErrorDocument 404 404page_not_found.php
ErrorDocument 500 404page_not_found.php
3) Set up a domain record for the root page in my site. When the 404
extension is installed, you can set a redirect page there.
I'm using RealURL on the site and I have not set up the
pageNotFound_handling.
Hope that helps...
Jeff
More information about the TYPO3-english
mailing list