The site is in domain root.
I cant find the word POST in the source code but their are lots of get.
Here is joomla debug output, first section is page loaded ready to edit, second section is after clicking save upon which it displys Article successfully saved.
section 1
1.SELECT *
FROM jos_languages
ORDER BY ordering
2.SELECT m.*, c.`option` AS component
FROM jos_menu AS m
LEFT JOIN jos_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
3.SELECT `file`, `params`
FROM `jos_sefexts`
4.SELECT template
FROM jos_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 73)
ORDER BY menuid DESC
LIMIT 0, 1
5.SELECT a.*, u.name AS author, u.usertype, cc.title AS category, s.title AS section, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug, g.name AS groups, s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access, cc.access AS cat_access
FROM jos_content AS a
LEFT JOIN jos_categories AS cc
ON cc.id = a.catid
LEFT JOIN jos_sections AS s
ON s.id = cc.section
AND s.scope = "content"
LEFT JOIN jos_users AS u
ON u.id = a.created_by
LEFT JOIN jos_groups AS g
ON a.access = g.id
WHERE a.id = 75
6.SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM jos_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.reference_id IN(75)
AND jf_content.reference_table='content'
7.UPDATE `jos_content`
SET checked_out = 64, checked_out_time = '2009-09-16 10:20:16'
WHERE id = '75'
8.SELECT s.id, s.title
FROM jos_sections AS s
ORDER BY s.ordering
9.SELECT id, title, section
FROM jos_categories
WHERE section IN ( '-1', '0', '4', '1', '3', '5' )
ORDER BY ordering
10.SELECT ordering AS value, title AS text
FROM jos_content
WHERE catid = 44
AND state > -1
ORDER BY ordering
11.SELECT content_id
FROM jos_content_frontpage
WHERE content_id = 75
12.SELECT id AS value, name AS text
FROM jos_groups
ORDER BY id
13.SELECT template
FROM jos_templates_menu
WHERE client_id = 0
AND menuid = 0
14.SELECT id, title, module, position, content, showtitle, control, params
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND m.access <= 2
AND m.client_id = 0
AND ( mm.menuid = 73 OR mm.menuid = 0 )
ORDER BY position, ordering
15.SELECT `catid`
FROM `jos_content`
WHERE `id` = '75'
16.SELECT `catid`
FROM `jos_content`
WHERE `id` = '73'
17.SELECT `catid`
FROM `jos_content`
WHERE `id` = '80'
18.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=44&id=80&lang=en&view=article'
19.SELECT m.*, c.`option` AS component
FROM jos_menu AS m
LEFT JOIN jos_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
20.SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM jos_jf_content AS jf_content
WHERE jf_content.language_id=4
AND jf_content.reference_id IN(73)
AND jf_content.reference_table='menu'
21.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=44&id=75&lang=es&ret=aHR0cDovL3d3dy52ZXRjb2FjaC5pbmZvL2VuL2FydGljbGUtdmV0Y29hY2gvYWJvdXQtdmV0Y29hY2guaHRtbA==&task=edit&view=article'
22.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=44&id=75&lang=en&ret=aHR0cDovL3d3dy52ZXRjb2FjaC5pbmZvL2VuL2FydGljbGUtdmV0Y29hY2gvYWJvdXQtdmV0Y29hY2guaHRtbA==&task=edit&view=article'
Language Files Loaded
•/homez.183/biling/www/book/language/en-GB/en-GB.ini 1
•/homez.183/biling/www/book/language/es-ES/es-ES.ini 1
•/homez.183/biling/www/book/administrator/language/en-GB/en-GB.plg_content_avreloaded.ini 1
•/homez.183/biling/www/book/language/en-GB/en-GB.plg_system_debug.ini 1
•/homez.183/biling/www/book/language/en-GB/en-GB.com_content.ini 1
•/homez.183/biling/www/book/administrator/language/en-GB/en-GB.plg_joomfish_missing_translation.ini 1
•/homez.183/biling/www/book/language/en-GB/en-GB.tpl_yoo_level.ini
•/homez.183/biling/www/book/language/en-GB/en-GB.mod_footer.ini 1
•/homez.183/biling/www/book/language/en-GB/en-GB.mod_mainmenu.ini 1
•/homez.183/biling/www/book/language/en-GB/en-GB.mod_jflanguageselection.ini 1
•/homez.183/biling/www/book/language/en-GB/en-GB.mod_jsn_imageshow_pro.ini
•/homez.183/biling/www/book/language/en-GB/en-GB.mod_s5_newsticker.ini
•/homez.183/biling/www/book/language/en-GB/en-GB.mod_avreloaded.ini 1
After pressing save
1.UPDATE jos_sefurls
SET cpt=(cpt+1)
WHERE `sefurl` = 'en/article-vetcoach/about-vetcoach.html'
AND `origurl` != ''
2.SELECT *
FROM jos_languages
ORDER BY ordering
3.SELECT `file`, `params`
FROM `jos_sefexts`
4.SELECT m.*, c.`option` AS component
FROM jos_menu AS m
LEFT JOIN jos_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
5.SELECT template
FROM jos_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 73)
ORDER BY menuid DESC
LIMIT 0, 1
6.SELECT a.*, u.name AS author, u.usertype, cc.title AS category, s.title AS section, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug, g.name AS groups, s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access, cc.access AS cat_access
FROM jos_content AS a
LEFT JOIN jos_categories AS cc
ON cc.id = a.catid
LEFT JOIN jos_sections AS s
ON s.id = cc.section
AND s.scope = "content"
LEFT JOIN jos_users AS u
ON u.id = a.created_by
LEFT JOIN jos_groups AS g
ON a.access = g.id
WHERE a.id = 75
7.SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM jos_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.reference_id IN(75)
AND jf_content.reference_table='content'
8.UPDATE jos_content
SET hits = ( hits + 1 )
WHERE id='75'
9.SELECT `catid`
FROM `jos_content`
WHERE `id` = '75'
10.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=44&id=75&lang=en&ret=aHR0cDovL3d3dy52ZXRjb2FjaC5pbmZvL2VuL2FydGljbGUtdmV0Y29hY2gvYWJvdXQtdmV0Y29hY2guaHRtbA==&task=edit&view=article'
11.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_mailto&lang=en&link=aHR0cDovL3d3dy52ZXRjb2FjaC5pbmZvL2VuL2FydGljbGUtdmV0Y29hY2gvYWJvdXQtdmV0Y29hY2guaHRtbA==&tmpl=component'
12.SELECT `file`, `title`, `id`
FROM `jos_sefexts`
13.SELECT `name` AS `name`, `id`
FROM `jos_menu`
WHERE `link` = 'index.php?option=com_mailto'
AND `published` > 0
14.SELECT `name` AS `name`, `id`
FROM `jos_menu`
WHERE `link` LIKE 'index.php?option=com_mailto%'
AND `published` > 0
15.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_mailto&lang=en&tmpl=component'
16.SELECT id, title, module, position, content, showtitle, control, params
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND m.access <= 2
AND m.client_id = 0
AND ( mm.menuid = 73 OR mm.menuid = 0 )
ORDER BY position, ordering
17.SELECT `catid`
FROM `jos_content`
WHERE `id` = '75'
18.SELECT `catid`
FROM `jos_content`
WHERE `id` = '73'
19.SELECT `catid`
FROM `jos_content`
WHERE `id` = '80'
20.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=44&id=80&lang=en&view=article'
21.SELECT `sefurl`
FROM `jos_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=44&id=75&lang=en&ret=aHR0cDovL3d3dy52ZXRjb2FjaC5pbmZvL2VuL2FydGljbGUtdmV0Y29hY2gvYWJvdXQtdmV0Y29hY2guaHRtbA==&task=edit&view=article'