[TYPO3-english] How to redirect old links to pdfs?

Kay Strobach typo3 at kay-strobach.de
Mon Mar 7 08:43:37 CET 2011


Hi,

> [FE][pageNotFound_handling] = /404.html
> [FE][pageNotFound_handling_statheader] = HTTP/1.0 404 Not Found
> 
> Thanks a lot for any suggestions!

This option is senseless for your case, as in default .htaccess
fileadmin is excluded from rewrite with realurl and though typo3.

Option 1 place a .htaccess into your fileadmin which is similar to the
default one where you rewrite the missing document urls to your new ones.

Option 2 place a .htaccess into your fileadmin where you define a new
ErrorDocument 404 [path to file or redirect] to catch the error 404
properly ;)

regards
Kay

-- 
http://www.kay-strobach.de - Open Source Rocks


More information about the TYPO3-english mailing list