It is very easy to use the extension with RealURL. The extension uses the automatic configuration from RealURL to create nice URLS. If you already activated this function in RealURL then you must delete the “realurl_autoconf.php” in the “typo3conf”-directory. After that clear your cache and the cache from TYPO3 and have fun!
The URL starts by default with “yellowpages”. If you want to change that just have a look in the following file:
typo3conf/ext/mh_branchenbuch/class.tx_mhbranchenbuch_realurl.php
Go to line 39:
'yellowpages' => array(
You can set there something other as yellowpages, for example:
'companydirectory' => array(
Keep in mind that this should be a unique word, no other extension should use that!