concrete5 5.3.3.1 Released

Permalink
Just wanted to let everyone know that 5.3.3.1 has been released. This fixes a number of issues that people identified in the 5.3.3 release, and as always we're thankful for tips and help identifying these trouble spots.

http://www.concrete5.org/help/building_with_concrete5/updates/news/...

Now I'm heading off to a concrete5 show and tell.

http://www.concrete5.org/community/members/portland_or/oct_8th___20...

Woohoo!

andrew
 
elyon replied on at Permalink Reply
elyon
Thanks!
lexteo replied on at Permalink Reply
I'm having some strange problem after i upgraded to 5.3.3.1. from 5.3.3.
When i access any page from my site I'm redirected to the index.php, the title page is what i should have but the content is the one on index.php. It does not matter what i click or type in the browser the page displayed is the index.php, unless i type domainname.com/index.php/login/
I susspect is something related to Pretty Url because if I deactivate pretty url is working properly.
AlsoI had a similar problem when I updated from 5.3.2 to 5.3.3 but then i was getting a 404 instead of index.php and i managed to solved it with some help.

I'am using php 5.2.9. and my.htacces look like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>


This code worked before the update to 5.3.3.1.
I appreciate any help i can get! Thanks!
lexteo replied on at Permalink Reply
nobody else has the same problem ?