| > A lot of php files are stored with html extension,
Since you can't get php from the public site of a webserver, only the html
output, this should happen.
> but some of them are stored with php extension.
> www.mystrasbourg.com/content/
> membres_liste.php?type=C
Httrack has no idea what that is (it could be an image or some other type of
file,) until the server tells it the mime type. Once it knows it's html, it
sets the extention.
> What am i doing wrong ?Most likely, the site isn't returning the proper mime
type.
| |