I migrated a wordpress website, using the Yoast SEO plugin, to TYPO3 and the news articles have URL's that use only the domain and the title;
## example
http://example.com/news-title/
I work with TYPO3 v8.7.10, tx_news 6.3.0 and realurl 2.3.1
I know how to hide the controller and action name by using fixedPostVars as described in docs.typo3.org
of course I can do a permanant redirect with .htaccess
I know the trick in the configuration with
user_encodeSpURL_postProc
anduser_decodeSpURL_preProc
but there I need at least one directory ...
does anybody knows any other option ?