I have this:
It gives me the wrong adress.PHP Code:
if ( file_exists($checkfilename) ) return str_replace( $site_dir, trailingslashit, $checkfilename );
Lets say it gives me a adress that looks like this:
/home/user/public_html/
but i want(need) it to look like this
/home/user/domains/website.com/public_html/
How can i do this ?