2011-11-23, 09:41:46
RobA Wrote:sertorre Wrote:whit a .post() function in the website template i have to send POST data to post_data_saving.php...
but response is 403 (fobiden)
Just add an .htaccess file with an Allow All line in your plugin sub-folder (assuming that is where the php files are...
-Rob A>
Ex Plugin File/Folder Structure:
- /plugins/plug_core.php
- /plugins/plug_core/.htaccess
- /plugins/plug_core/post_data_saving.php