Re: GetWebPath() is Outputting a bad URL, Server has Real Path and Alias in Use

  •  08-26-2013, 12:55 PM

    Re: GetWebPath() is Outputting a bad URL, Server has Real Path and Alias in Use

    Hi stoi2m1,

     

    Please try the way below, it should fix this problem.

     

    1. open file \phpuploader\include_phpuploader.php


    2. find section below


    $cd=dirname($this->GetWebPath(__FILE__));


    3. change it to


    $cd=dirname($_SERVER['SCRIPT_NAME']).'/phpuploader';

     
    Regards,
     
    Ken
     

View Complete Thread