[TYPO3-english] Extension for 301 redirects
    Dmitry Dulepov 
    dmitry at typo3.org
       
    Tue Mar 24 13:24:34 CET 2009
    
    
  
Hi!
Mark Kuiphuis wrote:
> I tried to add the following line to my .htaccess: (follow-up on the
> redirects in RealURL)
> 
> Redirect 301 /public/?act=latestnews /latest-news/
> 
> Unfortunately this doesn't work and it still shows me the 404 page.
I usually use a RewriteRule. For example:
RewriteRule ^public/?act=latestnews$ /latest-news/ [R=301,L]
-- 
Dmitry Dulepov
TYPO3 core team
http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html
    
    
More information about the TYPO3-english
mailing list