I'm running typo3 v6.1
I want to configure "news system" and "realURL", in order to have nice looking URLs for my news.
I can't access my files in typo3conf/ folder, so I can't modify typo3conf/ext/news/ext_localconf.php (don't have root access)
I can't find an other way to access this file (I looked in the install tool)
I would like to know if someone know an other way to edit this file, or to set up nice looking URLs for my news.
Thank you.
The RealURL configuration for the News extension must be added to your RealURL configuration file, located (most probably) in the typo3conf/ folder. If you don't have write access to this folder, you cannot change it. Ask your site admin to grant access to these files (if you are allowed to make such changes).
Documentation: http://docs.typo3.org/typo3cms/extensions/news/Main/Administration/Realurl/Index.html
You will normally not want to edit files of extensions directly because you're losing the possibility to update the extensions. Therefore if you need to change the behaviour of an extension, use one of these ways:
fileadmin/my_news_views
and change the configuration of the ext using Template module -> Constants