Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

HTML files from localhost are downloaded by Firefox before opening

  • No replies
  • 1 has this problem
  • 1 view
more options

If I open http://localhost/usr/xyz/abcd.xhtml via Firefox browser, the document is downloaded to /tmp then opened as

file:///tmp/abcd.xhtml .

Why can't I open a .xhtml document straight from its location? Local directory xyz has subdirectories so the document once copied to /tmp no longer works, moreover subsequent retrieves create abcd-1.xhtml etc. I need to open my document using HTTP protocol instead of FILE protocol to get HTTP status variable correctly set on some Net access. Thanks in advance

If I open http://localhost/usr/xyz/abcd.xhtml via Firefox browser, the document is downloaded to /tmp then opened as file:///tmp/abcd.xhtml . Why can't I open a .xhtml document straight from its location? Local directory xyz has subdirectories so the document once copied to /tmp no longer works, moreover subsequent retrieves create abcd-1.xhtml etc. I need to open my document using HTTP protocol instead of FILE protocol to get HTTP status variable correctly set on some Net access. Thanks in advance