Questions tagged [html]
210 questions
2
votes
2 answers
Force a HTML form to submit over IPv4
I have a web page that has a simple HTML form in it, like so:
When the Server this is hosted on is reachable both over…

Florian Bach
- 164
- 5
2
votes
1 answer
How to edit files from localhost via lynx?
I want to optimize a site for viewing with lynx.
If I view any HTML file from outside of the DocumentRoot, I am able to edit and save these files inside lynx with keystroke e, which invokes vim.
Accessing files from localhost with lynx…

John Goofy
- 129
- 5
2
votes
1 answer
How to prevent other websites from loading resources from our webserver?
I have some icons and images on my server. How can I prevent that other websites can use them? Let's assume the website www.evil.com is loading our images on their site e.g.
is there a way to prevent…


Black
- 461
- 1
- 8
- 20
2
votes
2 answers
relative html links for port numbers?
I have a unique situation I think, google isn't telling me much.
I want to have a way to have a hyperlink in html to simply go to:
http://:8081
http://:8080
When the page itself is running on port 80.
This would usually be easy, however this is…

bobinabottle
- 579
- 2
- 7
- 19
2
votes
2 answers
Launch HTML file in Chrome with parameters
I want to create a shortcut that launches chrome with an HTML file in the same directory as the shortcut. I also need it to launch chrome with the following parameters --new-window --disable-web-security --user-data-dir="c:/chromedev"
Currently the…

Oxymoron
- 340
- 3
- 12
2
votes
2 answers
After loading a certain number of javascript/css files, the files are taking too long to load
I have a problem where on page load (after a certain number of .js or .css files) the files are taking way too long to load. At first I thought that the issue must be inside the .js files, but later I realised that the content is irrelevant, I tried…

barney.balazs
- 143
- 4
2
votes
1 answer
How to wrap all html responses in a html layout using apache 2.2?
I have multiple web-apps running on a server using different technologies.
java
php (wordpress)
python (trac)
They are all front-ended with Apache 2.2. My question is does anyone know a good way to wrap all these web apps with a common template…

delux247
- 764
- 1
- 6
- 12
2
votes
2 answers
Find links that return 404s
I'm building a fairly large html site which relies on a lot of links between sections that need to be correct.
Is there any way I can check each link on a page and make sure that it doesn't return a 404?

Tom
- 766
- 3
- 9
- 24
2
votes
4 answers
Change the prefix of a website? (IE: www.example.com/bob_11 -> bob_11.example.com)
Some websites have variable prefixes. For example: www.example.com/bob_11 is presented as bob_11.example.com.
How do I do that? I assume its a sub-directory, but can't find anything explaining how to treat it as such.
I recently set up an apache…
tavoe
2
votes
3 answers
Preventing access to files if a user types the full url on the address bar
i have a website, some folders on the websites contains images and files like .pdf , .doc and .docx .
the user can easly just type the address in the url to get the file or display the photo
http://site/folder1/img/pic1.jpg
then boom.. he can see…

bogha
- 235
- 4
- 12
2
votes
2 answers
Page won't load on IE9 unless developer tools are started first
One of my pages (with very extensive javascript) won't load on IE9.
It loads ok in Mozilla, Chrome, Safari and Opera.
If IE9 Developer tools are running it loads fine.
If I load IE9, load the developer tools (F12) then kill the developer tools it…

RoyHB
- 163
- 1
- 10
2
votes
2 answers
Apache shows .html, .php files as .txt
I have files in public_html (index.html). When I go to the main page it gives me "Apache Test Page". When I try to add link to them manually (domain_name/index.html or index2.php) it gives me only code, like in .txt editor. I would really appreciate…

Mark
- 21
- 1
- 2
2
votes
3 answers
Is It Possible To Self-Teach PHP, Wordpress, CentOS (Linux), Apache, Nginx etc?
consider me a total noob, who uses a Windows PC and has never touched Linux. But I want to administer, manage and take responsibility of my server, at least at some point, if not now.
But since I am a full-time blogger I am unable to find time to…
user88753
2
votes
4 answers
Building a High Performance Static Website
I'm looking to build a High Performance website. It has thousands of static HTML pages, that are specifically rendered depending on a form submit. I have a ruby script that generates these static HTML Pages and stores them on the server.
Now I'm…

Karthik Kastury
- 133
- 1
- 5
2
votes
2 answers
password protecting a website
I am looking at quickly password protecting a website, one folder on a server. I have played around with .htaccess and just realised that it's probably not working because it's likely it's sat on a windows server running PHP. I'am assumming this…
owen