Menu

base url

mnt
2006-04-17
2013-04-10
  • mnt

    mnt - 2006-04-17

    hello

    how i can change base url?

    if i put phpAjaxTags in /home/user/public_html
    it's ok.. all working..

    but my project in /home/user/public_html/work/projects/project

    and i need phpAjaxTags in this folder.

    thank you

     
    • Virtimus

      Virtimus - 2006-06-21

      Path to js You have in Your pat_js call:

      include_once([some path]/php/phpAjaxTags.inc.php');
      pat_Js(array('jsPath'=>'/phpAjaxTags/js'));

      'jsPath'=>'/phpAjaxTags/js' is seting path to js files

      And You have "baseUrl" param in each tag call pointing to request handling script

       

Log in to post a comment.