|
Demo-project site definitions don't work with example domain names. When accessing the author instance through de.demo-project.com the style sheet is missing and links are broken.
To reproduce:
- Install Magnolia 4.3.8 EE. Don't change the default configuration.
- Map the example domains to your localhost. On OSX, add the following mappings to /etc/hosts file:
127.0.0.1 localhost
127.0.0.1 www.demo-project.com
127.0.0.1 de.demo-project.com
- Flush DNS cache.
dscacheutil -flushcache
- Edit the About page through the German domain.
http://de.demo-project.com:8080/magnoliaAuthor/demo-project/about.html.
Style sheet is missing and links are broken (screenshot). Style sheet and links work if you edit the same page through localhost or www.demo-project.com.
|