Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
accessing file
#1
hi, i'm writing a plugin form my own pourpose.

my plug use jquery to send date to save in a fal file....

i have 2 file...

plug_core.php

and

post_data_saving.php

whit a .post() function in the website template i have to send POST data to post_data_saving.php...
but response is 403 (fobiden)

where i have to put mu parsingpostdata file to access it?
Reply
#2
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>
Reply
#3
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
Reply




Users browsing this thread: 1 Guest(s)