Morten Kjems wrote: > I am using a standard configuration for RealURL and it works fine. > > However the url's becomes very long. So I wonder if there is a way to > skip a few levels that only works to organize my pages in the back end. > > With my current setup I get this type of URL: > > http://mydomain.com/en/category/categoryname/articletype/pagetitle.html > > I would like to skip the language indication "en" and the "category" in > the URL so the result is like this: > > http://mydomain.com/categoryname/articletype/pagetitle.html > > Any suggestions on how to achieve this?
You can skip 'en' if it default language. Docs describe how and provide example. If 'categoryname' is a postVar, you cannot skip 'category', you ca only give it shorter name in configuration. -- Dmitry Dulepov TYPO3 freelancer / TYPO3 core team member Web: http://typo3bloke.net/ Skype: callto:liels_bugs _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
