I am having an issue where the htaccess seems to be messing up the safecraker from, when i press submit the page just refreshes and the content is not added to EE.
Here is the htaccess code:
<IfModule mod_rewrite.c>
RewriteEngine On
# Removes index.php from ExpressionEngine URLs
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>I don’t know if i am missing something out to get safecracker working correctly.
Thanks