Possible to edit typo3conf/ files without being root user?

411 views Asked by At

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.

2

There are 2 answers

2
lorenz On

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:

  • To change field configurations (make a field required etc.), overwrite the TCA in typo3conf/extTables.php.
  • To change the appearance of a field (e.g. a different label for a field, preset values), use Page TypoScript Configuration.
  • To change RealURL configuration, edit the global configuration (default: typoconf/realurl_conf.php)
  • To add fields to an extension or alter behaviour, create an extension that extends the extension.
  • To change templates/layouts, copy whole folder into ie fileadmin/my_news_views and change the configuration of the ext using Template module -> Constants
1
common sense On

If you have access to the Extension Manager you can install and use T3Quixplorer

http://typo3.org/extensions/repository/view/t3quixplorer