Hi Guys (it has been about 2 years since I have been here - so, "hi")
I am using modx revo version 2.3.2.
I want to use friendly URL's, as follows:
www.domain.com
www.domain.com/content
www.domain.com/content/child
Here is what I have done:
1. I have changed the name ht.access to .htaccess and uploaded this to the root of the server
2. In System Settings fro Friendly URL's I have updated the settings as follows:
-Automatically generate alias: Yes
-Container Suffix: [deleted the "/"]
-Use Friendly URLs: Yes
-Use Friendly Alias Path: Yes
3. In Content/Content Types/HTML I have deleted the file extension .html
4. I have edited my template to include: <base href="[[!++site_url]]" />
5. cache deleted
6. I have created all the resources with content, eg:
-home
-about
--team [child]
--services [child]
-contact
The problem:
Whilst "www.domain.com/content" works fine, when I try to go to url "www.domain.com/content/child" the css on the child page is broken and I just get plain html. The url still reads: www.domain.com/content/child
Solution? Don't know!! Help.