Hi. I think that the www versus not having it is a resolving issue depending on the host. Currently nothing in PhpDig tests this specifically, but rather the file
here is for those cases where there is a header redirect in place like so:
PHP Code:
$url = "http://www.doamin.com/dir/file.php?query=string";
header("location: $url");
If you are referring to
this thread and robots.txt files, assuming the comments are on their own lines, then the phpdigReadRobotsTxt function should just ignore them.
As for new versions, while there is no guarantee that any requests/mods will make it into a new version of PhpDig, the
Mod Requests and
Mod Submissions forums are where I'll look for further suggestions.