This page is still a beta!

1.3. Adminstration

Short Install

  1. Copy _.htaccess to .htaccess in webroot directory

  2. Install realurl, cbrealurl TYPO3 extensions

  3. Include CB RealURL static template

  4. Edit config.baseURL in TypoScript

  5. Flush cache

  6. Visit home page

Install

  1. Copy _.htaccess to .htaccess in webroot directory

  2. In TYPO3 Extension Manager download and install

    1. realurl

    2. cbrealurl

  3. Edit your home page TypoScript template

    1. In 'Include static' pick 'CB RealURL' from right column Items list

  4. Set Base URL

    1. Change to Constants mode in editing home TypoScript template

    2. Choose category Basic

    3. Set 'Base URL' to your website URL

  5. If your website's root page UID if not 1

    1. Copy realurl-custom-sample.php to typo3conf/realurl-custom.php

    2. Edit realurl-custom.php rootpage_id to your website's root page UID

FAQ

SQL to force complete realurl flush

TRUNCATE `tx_realurl_chashcache` ;
TRUNCATE `tx_realurl_errorlog` ;
TRUNCATE `tx_realurl_pathcache` ;
TRUNCATE `tx_realurl_redirects` ;
TRUNCATE `tx_realurl_uniqalias` ;
TRUNCATE `tx_realurl_urldecodecache` ;
TRUNCATE `tx_realurl_urlencodecache` ;