Questions tagged [html]

210 questions
0
votes
4 answers

Protect Files from unauthorized access

I have this very big problem I've been trying to solve for last few days with no success. I have some files which are class schedules, these are imported to the server from an external source (html format). I need to block direct access to those…
user1515145
0
votes
2 answers

Downloading ASP Created Website Data

I am currently dealing with an old website where there are political issues preventing the migration of the database or re-designing the site. Since I can't get access to the database I basically I want to write some Javascript to download all the…
user770395
  • 101
  • 1
  • 5
0
votes
1 answer

Nginx to act as both a webserver and for file transfer

I would like to use Nginx as a webserver on my Ubuntu 12.04 server, but i would also like to use it for file transfers. I have been able to set it up as a webserver (very simple), and I have been able to set it up for file transfers (using autoindex…
0
votes
1 answer

Network connection failed in Red 5 server

I am new to red5 server. When I try to run Red5 by creating a project in Eclipse using the Red5 plugin it runs with an error: [INFO] [NioProcessor-2] org.red5.server.net.rtmp.RTMPHandler - Scope default1 not found on localhost When I try to run…
Somdeb
  • 1
  • 2
0
votes
1 answer

Apache on Windows loading broken HTML

I have the weirdest issue going on right now and I've spent my whole weekend trying to figure it out and Googling it with no success. I setup an Apache 2.2.22 x86 server on Windows 7 from the Apache Lounge binaries. Then I installed PHP 5.4 and…
Ryan Mortier
  • 498
  • 3
  • 8
  • 19
0
votes
2 answers

Diagnosing Internet Explorer 9 failing to submit a form

I have an issue with an internally-deployed intranet site (so no links, sorry), and Internet Explorer 9. The site is a Rails 3 app, using HTML 5, with nothing out of the ordinary - no javascript, just html and CSS. The HTML successfully validates…
hmallett
  • 2,455
  • 14
  • 26
0
votes
1 answer

Is html or php header needed for gzip?

I use gzip module of nginx to compress documents. When gzip is enabled nginx will automatically send content-ending of gzip with HTTP headers, right? Without adding any PHP header header() or HTML meta http-equiv, this works perfectly. However, I…
Googlebot
  • 1,047
  • 2
  • 15
  • 30
0
votes
3 answers

Can't run any PHP

I run a fairly popular website (I do not mean to brag, but I have 20,000 users who want access. I don't want to keep them waiting any longer.) and it has been down for almost a month while I try to find out what is wrong. Basically, I can't run any…
user111797
0
votes
2 answers

Unable find the right encoding for a HTML -file in Vim

I see alt text http://files.getdropbox.com/u/175564/bug-enc.png where all contents is in one line. It seems that this is the reason of bad encoding. I can see the characters ^M. How can you get the encoding right in Vim?
0
votes
2 answers

Apache mod_autoindex and declaring a favicon in the ?

All browsers are not equal. Hence I need to explicitly state that I have a favicon ("shortcut icon") for mod_autoindex-generated pages. How can I do that? Using header (HeaderName) and footer (ReadmeName) is not an option because those get included…
0xC0000022L
  • 1,516
  • 2
  • 22
  • 42
0
votes
1 answer

Accessing ActiveX control through web server

I have developed the ActiveX control & register with Common CLSID number . using the CLSID number accessing the active X control on the internet explorer (as web page).using following object tag used in .html file OBJECT id="GlobasysActiveX"…
user847455
  • 101
  • 1
  • 1
  • 1
0
votes
1 answer

IE halts loading HTML page abruptly, possible network issue

Understanding that my problem could have a very vast scope of possibilities, I'll accept the answer that points me to something that I might have missed. My software's client is facing this issue of page stopping loading in the middle and that too…
Vishal Seth
  • 101
  • 1
0
votes
1 answer

Report to Multiple Google Analytics Property IDs?

Is it possible to have Google Analytics report traffic to a given page to more than one Profile ID? If so, are there any special considerations or recommendations for doing such? I can't seem to find anything about doing this in the Analytics…
0
votes
2 answers

Should pretty error pages be served with the correct status codes?

I noticed that, say, goolge's 404 page returns a 404 status (http://www.google.com/404.html) while github's returns 200 (https://github.com/404.html). Should error pages (even 503s, etc.) always be served with the correct status codes? Or should…
Aaron Gibralter
  • 197
  • 1
  • 9
0
votes
2 answers

Restrict access to website

All, I have developed an internal website for a firm and then need to restrict access to only the internal workers. i.e. connected to their own wireless network. For anyone outside the network, the website should not open up at all. For those in the…
name_masked
  • 155
  • 1
  • 1
  • 6