[TYPO3-english] Realurl and base URL config problem

Jigal van Hemert jigal.van.hemert at typo3.org
Sat May 3 10:02:41 CEST 2014


Hi,

On 3-5-2014 8:17, Ueli Niggli wrote:
> Any ideas anyone?

1. Check the HTML that is generated:

1.1 Does it have absolute URLs in the links? Yes ->  2.; No ->  ;

2. Check the TypoScript configuration with the TypoScript Object Browser 
(WEB > Template, select from the dropdown in the top). Look for settings 
in Setup: config.* and page.config.* (assuming the PAGE object is called 
'page' as in most installations). See TSRef [1] for the meaning of all 
the settings.

2.1. Check the RealURL configuration file [2]. If there is a manual 
configuration it's often in typo3conf/realurl_conf.php (the actual name 
and path are set in the Extension Manager configuration of RealURL); if 
an automatic configuration was used it's typo3conf/realurl_autoconf.php. 
If automatic configuration was used it would be wise to remove the file 
and let it be re-created.

3. With relative URLs often the base-tag is used to help the browser 
create the complete URLs. see: config.baseURL

4. Check the domain record(s) in the root page(s) of the installation. 
In many cases the first domain record is used to create things. Other 
domain records are mainly used to determine which part of the page tree 
is going to handle the incoming requests.

[1] 
http://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html
[2] http://docs.typo3.org/typo3cms/extensions/realurl/1.12.8/
-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-english mailing list