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 ^(.*)$ <a href="http://www.mysite.ru/$1/">http://www.mysite.ru/$1/</a> [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 “/”.