[TYPO3-english] changing page names with RealURL
Bartosz Aninowski
bartoszx at SPAMgmail.com
Thu Apr 23 07:38:18 CEST 2009
> Second question that's related.
>
> I need to change some top level navigation page titles:
>
> http://www.foo.com/toplevel/
>
> to
>
> http://www/foo.com/newtoplevel/
You can add mod rewrite also
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/path/to/old/page/$
RewriteRule .* /path/to/new/page/ [L,R=301]
or use some extensions
look in TER
> that will use the sub title as the page title. The extension is 6 years
> old. Is there a better one out there? Other ways of going about this?
here you can find how to use nav_title in MENU
http://support.typo3.org/snippets/c/65/
try to addapt this example to your needs
--
Bartosz Aninowski
typo(3)holics
http://techblog.evo.pl
More information about the TYPO3-english
mailing list