View Single Post
Old 03-04-2004, 03:14 PM   #10
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
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.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote