Ok, I got it!
I was the lang file in News module causing the problem.
Thanks for the tip!
Search found 6 matches
- Fri Feb 06, 2009 2:01 pm
- Forum: Developers Discussion
- Topic: [solved] Byte-Order Mark found in UTF-8 File. How do i remove this?
- Replies: 8
- Views: 5747
- Fri Feb 06, 2009 12:45 pm
- Forum: Developers Discussion
- Topic: [solved] Byte-Order Mark found in UTF-8 File. How do i remove this?
- Replies: 8
- Views: 5747
Re: Byte-Order Mark found in UTF-8 File. How do i remove this?
I am having the same problem. I ran through all the files in my cms installation and found none containing BOM characters. Moreover I noticed that the BOM character appears only on the polish version of my site, english is fine. Please compare the following (change the encoding/charset to some weste...
- Tue Nov 25, 2008 10:17 am
- Forum: [locked] CMSMS MLE fork
- Topic: CMS 1.4.1 + MLE - Pretty URLs problems
- Replies: 11
- Views: 7602
Re: CMS 1.4.1 + MLE - Pretty URLs problems
I put it in the personalstylist2 directory since this will be the actual root for my page. I am not using any redirection.
- Fri Nov 14, 2008 7:09 pm
- Forum: [locked] CMSMS MLE fork
- Topic: CMS 1.4.1 + MLE - Pretty URLs problems
- Replies: 11
- Views: 7602
Re: CMS 1.4.1 + MLE - Pretty URLs problems
OK. I fixed it. The problem was trivial as usual - .htaccess file was in the wrong place 
Another question I have:
how to change "en_US" or "pl_PL" to simply "en" or "pl" in url string ? So it looks like e.g. www.page.com/en/page/ ?

Another question I have:
how to change "en_US" or "pl_PL" to simply "en" or "pl" in url string ? So it looks like e.g. www.page.com/en/page/ ?
- Thu Nov 13, 2008 10:04 pm
- Forum: [locked] CMSMS MLE fork
- Topic: CMS 1.4.1 + MLE - Pretty URLs problems
- Replies: 11
- Views: 7602
Re: CMS 1.4.1 + MLE - Pretty URLs problems
Thanks for your answer. Try with an empty $config['page_extension'] I tried both ways. I also tried toggling hierarchy setting. No luck. This is a mod_rewrite problem bacause work if you use: http://lookbook.nazwa.pl/personalstylist2/index.php?hl=pl_PL http://lookbook.nazwa.pl/personalstylist2/index...
- Thu Nov 13, 2008 8:26 pm
- Forum: [locked] CMSMS MLE fork
- Topic: CMS 1.4.1 + MLE - Pretty URLs problems
- Replies: 11
- Views: 7602
CMS 1.4.1 + MLE - Pretty URLs problems
Hi! I am running a fresh installation of 1.4.1 CMS with MLE added. It is working fine as long as I am using standard urls with query strings. When I switch to pretty urls - I can't get it working properly, only one language version is displayed when clicking on flags although the url changes. I have...