Questions tagged [html]

210 questions
1
vote
2 answers

How to execute a bash shell script via a browser link

I have written a bash script that periodically checks a directory for newly added .ear files and copies them to the respective JBoss server's deploy directory.Before copying, it checks if JBoss is running, and stops it if it is.After copying the…
Nagaraj
1
vote
0 answers

How to show python console output to website using flask

This is the flask file from flask import Flask, redirect, render_template, request from subprocess import call app = Flask(__name__) @app.route('/') def mai(): return render_template('homepage.html') @app.route('/handle_data',…
Rahul
  • 13
  • 1
  • 5
1
vote
0 answers

Error configuring ACME ssl for ejabberd

I would like to know if there is a way to add a sucure ssl certifacte to ejabberd? Someone reccomeneded ACME, but I run into an error: root@uosib:~ ejabberdctl request-certificate all Error: error Error: "HTTP error: unexpected content type:…
1
vote
2 answers

Outlook not properly displaying html emails

After a power outage (possibly complete coincidence but suspicious) Outlook 365 (desktop version) on 3 different Windows 10 machines (same Windows account), will load but not display HTML emails. Non HTML mails are ok. I only see the first line of…
Rik
  • 11
  • 1
  • 2
1
vote
1 answer

Display html files with another file extension on Apache server

One of our systems generates files with an .asp extension that actually only html. I need to display those files on an Apache httpd server, which doesn't like asp files. Is there a way to indicate to the server to display those files as HTML files?
Alexis Dufrenoy
  • 235
  • 1
  • 3
  • 11
1
vote
0 answers

WordPress+HTML -> Moodle

One has a site with a lot of (a lot of a lot of) pages in HTML. The pages are managed through WordPress and includ motions, different fonts, videos, images, etc., ie, are elaborated pages. Because of the Moodle is more usable, it is convenient to…
1
vote
1 answer

Encoding error on just one server

I run several servers, one for development, one for client testing and another for production. I have a character encoding issue (the old "question marks in diamonds" appearing instead of accented characters), but only on one of these servers. The…
John Korchok
  • 131
  • 5
1
vote
2 answers

HOW To set htaccess to enable embed in iframe from another website

I have these 2 servers, one with virtual tour folder in it eg: 1st server: somevirtualserver.com/vr/propertygood then other server: virtualviewer.com/virtualpage/index.html and I want to embed it in an iframe tag html but then I get message Can’t…
Jay Chou
  • 43
  • 1
  • 6
0
votes
1 answer

How could this URL possibly be working?

I have inherited a system I am trying to reverse engineer to make modifications. There is a program that generates a URL to listen to recordings. It looks like…
jerryrig
  • 141
  • 3
  • 13
0
votes
7 answers

URL works without "www", but not with it

Possible Duplicate: Domain without the 'www.' gives me the Apache 'It works!' page Hey, I've seen this quesiton asked the opposite way, but I'm having the problem stated above. My website: http://getfitcore4.com works like that, but as soon as…
iMaster
  • 103
  • 1
  • 3
0
votes
1 answer

IIS .php file strange behaviour

I need to host a php based website on IIS and I have come across some strange behaviour of .php files. When I try to open index.php, I get the white screen of death. There are no error logs (I turned them On). I thought, that there is maybe an…
Solilim
  • 101
  • 1
0
votes
0 answers

error: rewrite or internal redirection cycle while internally redirecting to "/index.html"

I have a problem with nginx configuration. Everything worked fine in Docker, but I had to resign from Docker, and things started to happen. Actually I get an 500 internal server error when trying to use my app. I have copied the contents of dist…
hc0re
  • 101
  • 1
  • 3
0
votes
0 answers

Was My Wordpress Site Hacked?

I just checked my WordPress site (Wherehouse MKE) and there is this bar that runs across the top of the page and when you click anywhere on the site it wants to open a spam page. Lucky the functionality of the site does not seem to be too…
Max Kulik
  • 228
  • 2
  • 3
  • 10
0
votes
1 answer

Apache custom 404 page not loading

I am trying to set up a custom error page for 404 error on my apache server. Here is what I am included in the Virtualhost ErrorDocument 404 /var/www/html/mant.html But this page is not showing instead its…
shamon shamsudeen
  • 115
  • 1
  • 2
  • 9
0
votes
1 answer

Redirect tomcat default page to directly open application

I want to redirect tomcat to directly open my application. Example: http://localhost:8080/myapp should directly open as http://localhost:8080/. I read various articles and solutions from the web and tried to change the context path in server.xml,…
Shravan
  • 1
  • 1
  • 1
  • 1