Hi All!
Now, I`m trying update EE from 1.6.9 to 2.4 version.
SAEF and Safecracker stopped working on EE 2.4.
In my .htaccess file there is code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !\..{1,10}$
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://www.mysite.ru/$1/ [L,R=301]
When I delete this code - SAEF and Safecracker begin working.
I`m need this redirect, because it glues pages with “/” and without “/”.
