Page 1 of 1

[Solved] Page modifications sometimes not working with IE

Posted: Mon Sep 21, 2009 8:33 pm
by Andiministrator
Since the upgrade of some of my websites from CMSms 1.5.4 to 1.6.5 I have problems to modify pages in the (admin) backend using Internet Explorer 8.
The problem is only with some pages, mostly pages with html tables. And the problem is not there if I use Firefox.

Is there anyone else with the same problem?

I'm using pretty URLs (mod_rewrite), hierarchy="true" and page_extension="/".

Re: Page modifications sometimes not working with IE

Posted: Mon Sep 21, 2009 8:38 pm
by RonnyK
Could you check if the change in the default .htaccess fixes this issue.... The topic in "Product support", that holds the "1.6.5 issues/fixes" has an fix for buttons...

Ronny

Re: Page modifications sometimes not working with IE

Posted: Mon Sep 21, 2009 8:52 pm
by Andiministrator
As I understood the issue of your post "1.6.5 issues/fixes", the problem there is caused from using no page extension. I'm using a "/" as page extension (in the config.php).

But I currently modified my .htaccess as you suggested. Lets see, if it will work.

Re: Page modifications sometimes not working with IE

Posted: Tue Sep 22, 2009 8:08 am
by Andiministrator
It seems as your suggested modification of .htaccess solved my problem. Thanks a lot :)