I have some problems with url friendly aliasing.
Some data on my system:
- Apache2/PHP Version 5.3.3-0.dotdeb.1
- MODX Revolution 2.1.0-pl (traditional)
- 2 contexts setup
- friendly url suffix: .html
- friendly_alias_url: yes
- friendly_urls: yes
- global_duplicate_uri_check: no
- use_alias_path: no
Website structure:
- Home
- CategoryA
- Subcategory A
- Subcategory B
- CategoryB
- Subcategory 1
- Subcategory 2
Whenever I am in Subcategory A for example, and want to switch to Subcategory 2, the URL looks like this:
"
http://www.domain.com/subcategoryA/subcategory2"
htaccess used is the original one.
The context site_url is "
http://www.domain.com/"
In error logs I have some entries like this one:
[2011-06-21 22:15:15] (ERROR @ /connectors/resource/index.php) Resource URI aliasname.html already exists for resource id = 10; skipping duplicate resource URI for resource id = 22
Any help would be appreciated
Thank you.
Luckyred