I disabled iThemes Security, you can see how it works now complete
look
http://www.nova-web.org/preventivi/
This is the script call
<script type=”text/javascript”>
var ajaxurl = ‘<?php echo admin_url(‘admin-ajax.php’); ?>’;
</script>
this gives me error
we use a plugin for quotes that makes a call to wp-admin / admin-ajax.php.
Since we use iThemes Security we access wp-admin with admin-123sales
example :
http://www.nova-web.org/preventivi/
This plugin uses (admin-ajax.php).
Without (admin-ajax.php) it does not work quotes
How can we make an exception for read-only files on that ???
thank you so much