Questions tagged [html]
210 questions
1
vote
2 answers
Why would a browser over a slow connection show the raw html (instead of interpreting it)?
I have a few reports of people seeing raw html in their browser (instead of their browser interpreting it). It seems to be happen on slow connections. When this happens, if the user reloads the page, the page is interpreted correctly. Are there…

wherestheph
- 233
- 3
- 5
1
vote
1 answer
File URI in IE has stopped responding
In our office we have a web server that has a very basic set of webpages. Recently the File URI has just stopped responding for many people. When you click on the link, nothing happens, IE does not try to load or give any kind of error message. …

Patrick
- 147
- 3
- 11
1
vote
1 answer
Blocking directory listing on a wamp server
So I have a website that runs through wamp however if you type a path in the address bar, you get an index of the directory, which I don't want
I have already tried to add a .htaccess file in the directory to stop it indexing (saying IgnoreIndex *)…

Cairn Langan
- 11
- 1
- 3
1
vote
1 answer
IIS 6.1 Handlers for HTML, ASP, INC files
I have a legacy website in which .HTML, .ASP, and .INC files are being used. Problem is all pages have VBScript code not parsed by IIS and thus written on page as static text. I want to fix it. All .html pages include both .ASP and .INC for…

user138897
- 11
- 3
1
vote
2 answers
Do large corporations block jQuery content on web pages?
We are currently redesigning our website. The company we've hired to do the redesign is advocating the use of jQuery to render the pages dynamically. Our SEO specialist is under the impression that many larger corporations may have jQuery blocked…

Hannah Vernon
- 185
- 4
- 17
1
vote
3 answers
Lots of files being used by blank web page. What are they?
I am trying to optimise a website and I was using the network waterfall facility in Google Chrome. When I looked at the results there were lots of files which I didnt recognise. I first thought they might be something to do with Google Chrome…

byronyasgur
- 190
- 8
1
vote
1 answer
IIS 6 problems - IIS seems like blocking the second request
I'm having very weird issue with IIS. My server is 2003 advanced server. I installed .NET 2 and .NET 4 on that server (.NET 1 is already there). We are running ASP.NET 2.0 site, ASP.NET 4.0 site and ASP.NET MVC site with different pool.. ASP.NET 2.0…

Michael Sync
- 121
- 6
1
vote
1 answer
Serve pre-compressed html files using apache2, functionality equivalent to mod_gunzip
Is there a way to implement mod_gunzip's functionality using apache filters?
Store gzipped files on the server, hand out compressed data to the browsers that can cope with it and uncompress it for browsers which cannot.
I'm thinking of moving my…

freethinker
- 336
- 1
- 8
1
vote
2 answers
Use Varnish to inject content into pages from specific domains
I am experimenting with using Varnish as a proxy to inject some HTML into pages from specific domains.
So if any page is coming from *.organisation.edu.au, force a snippet of html immediately after the body tag. For extra points, if the system was…

Toby Hede
- 309
- 5
- 11
1
vote
1 answer
IIS not redirecting page request as expected
I want to do something very simple on a Windows Server 2003 machine; have the web server serve a redirect instead of a particular page's content, whenever the user tries to navigate to that particular page.
The default document is "index.html", so…

Triynko
- 3,418
- 6
- 31
- 30
1
vote
1 answer
Novell Identity Manager (NIM) 3.6: How to make an image part of the resources for HTML reports?
This question might not belong here, and since this is related to an identity management product, I thought I could ask nonetheless.
I'm currently working to list all of the user identities in Designer for Identity Manager, by Novell.
I used the…

Will Marcouiller
- 256
- 2
- 5
- 16
1
vote
1 answer
Apache Send .java files as text instead of download
How do I configure my apache instance to simply load *.java files in browser instead of sending it to me as a download?

verhogen
- 333
- 2
- 4
- 14
1
vote
4 answers
I run about 100 small traffic websites, what host would you recommend (expansion is planned)?
I know there are plenty of suggestions like asmallorange, linode, etc, but how well do these apply to someone who is running 100 sites?
Traffic can be anywhere from zero hits a month up to about 1,000.
The host I'm using right now doesn't allow…

MALON
- 111
- 1
1
vote
3 answers
Should I ban spiders?
A rails template script that I've been looking at automatically adds User-Agent: and Dissalow: in robots.txt thereby banning all spiders from the site
What are the benefits of banning spiders and why would you want to?

marflar
- 397
- 1
- 2
- 9
1
vote
1 answer
NGINX can't find the index.html in any location
I'm new at nginx and i'm trying to deploy a react application but things is not working very well.
I have my dist folder with my static files (index.html, css and js) in /home/ec2-user/difo/digital-input-for-operators-react/dist.
My default page of…

Guilherme Castello
- 11
- 2