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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to