Instead of: # If no root url, file is always local $url .= $file . '.html'; should read # If no root url, file is always local $url = $file . '.html'; otherwise one gets absolute name instead of local and it is also a wrong one.
Log in to post a comment.