Questions tagged [html]
210 questions
0
votes
1 answer
HaProxy redirect to internal URL
I have a configuration with two backend servers I need to redirect 301 to each server with an internal URL on HTTP. It's hard to use SSL because I can't install SSL on the Report Server in that configuration. Also, I can't use the virtual domain and…

Dr.Fr05t
- 1
0
votes
0 answers
Does javascript on the front end require a javascript hosting?
I have a few javascript in my code which help with image slider, I also have an external file I connected to the HTML file which helps with scrolling up. It's all on the front-end, do I need to specifically get Javascript hosting?
let…
0
votes
0 answers
Adding image to video in python with flask
I can add pictures to the video in the normal python editor. When I write the codes for flask, the video works but the pictures I added are not visible.
from flask import Flask, render_template, Response
from camera import VideoCamera
import…
0
votes
0 answers
How to view htm file that with vbscript without IE?
It's audit time here again, and as per usual, I remote into servers, and run gpresult /h to generate a human-readable RSoP to include in my audit evidence.
Unfortunately, the security guy says that I have to remove IE from my machine, and it's the…

Chuck Herrington
- 525
- 2
- 7
- 18
0
votes
1 answer
Multiple nested HTML include directives with a nginx server
I have index.html:
Inside Framework.inc I have:
However, when I open the page for index.html, after viewing the source code, I see the nested include did…

MightyMouse
- 3
- 1
0
votes
2 answers
301 redirect url based off of a category in the url
Does anyone know how to redirect a url that contains a parent category of a product? Basically I want to redirect a ton of products to a simple landing page that I created, so instead of making redirects for each product, I want to target the parent…
0
votes
0 answers
How can I resolve "HTTP Error 500.19 error code 0x8007000d - Internal Server Error"?
I'm currently trying to redirect errors on my Tomcat project.
Currently I'm using this method of redirecting the errors by using httpsError in the web.config file. Here is the code and error that I got. HTTP Error 500.19, error code 0x8007000d And I…

Jed
- 1
- 1
- 2
0
votes
0 answers
Redirected Too Many Times on Apache2
I'm using apache2 to host a website on Ubuntu Server. When I try to load the page from a browser, I get the "this page redirected you too many times" error. I don't have any duplicate files or anything that's redirecting the page. I don't have a…

Wilson T.
- 1
- 1
0
votes
0 answers
Nginx error_page not working for ngx_http_limit_conn_module
I have an http block where i define limit_conn_zone like so:
limit_conn_zone $host zone=test:10m;
and i have a reference to another .conf file where I have my server configuration
server {
..
...
limit_conn_dry_run off;
limit_conn test…

Nish R
- 1
0
votes
2 answers
Trouble with m4a file uploaded on server. Can only access via ftp and not http while other files can be accessed via http
I have no problem accessing other files uploaded via http but this m4a file can only be accessed ftp, when trying to access http I get page not found
Brandon
0
votes
2 answers
How should I set my nginx configuration to use subdomains with CNAME host record?
running Debian 11.
How should I add my subdomain to my site using my CNAME DNS records? My website directory is located at /var/www/ and I'm wondering if I can make a subdirectory for the subdomain within that directory.
i.e.…
0
votes
1 answer
Outlook: Invalid signature of mixed HTML/Plaintext E-Mails
while testing new security GPOs, i've found the problem that with E-Mails that contain HTML and Plaintext, Outlook always complains about invalid signatures or tempered messages, even though with the same E-Mails as pure HTML or pure Plaintext,…

Björn Max Jakobsen
- 101
- 1
0
votes
1 answer
Need help configuring NGINX to serve both html & php files
I'm really out of luck today. I don't know what it is, but I can't get NGINX to do, what it should do.
I want to achieve the following:
domain.com shows index.html (/var/www/domain/index.html)
domain.com/upload (also domain.com/upload/) shows…

lxxrxtz
- 1
- 1
0
votes
0 answers
httpd - operating source html in compressed format
For the sake of storage limitation I was wondering if the webpages stored in my open source router firmware could be individually compressed to reduce demand on flash. So index.html would be stored as index.html.gz or something.
I guess this would…

rs232
- 105
- 1
- 10
0
votes
0 answers
How can I retrieve a specific value in nginx from the form data..?
I am a newbie in Nginx. I want to fetch a particular value "en" from this form data in Nginx ($request_body) "csrfmiddlewaretoken=7cV8XPsznWBtKRDw2surXEYoUU6f4Bow4JHwdzrVWOEle0J1rw35PIYmqAVBIk52&next=/&language=en".
Can this be done in Nginx.? If…

aks
- 57
- 2
- 7