Questions tagged [html]

210 questions
0
votes
2 answers

index.html will execute PHP code

I have a server with suPHP, Apache2 and PHP5.4. I noticed that a document index.html will execute PHP code, while test.html will not execute PHP code. Of course I do not want that PHP code is executed inside a index.html file. I do not know where I…
Daniel Marschall
  • 803
  • 4
  • 9
  • 20
0
votes
0 answers

Changing HTML-TITLE for web application with NGINX

There are some web applications which are running on my server. Most of them use their own small server, which are bound to localhost. So for access them, I am using NGINX which runs as a proxy. Now, there is a web app which has a hard coded…
user219962
0
votes
3 answers

Show number of downloads in Apache directory listing

I have an Apache html server running which contains the standard directory listing. Is it possible to add an extra parameter to show the number of downloads beside each file?
0
votes
2 answers

HTML not displaying correctly in email sent with PowerShell

I have a script which displays disk space on all servers on a HTML page and side by side sends email from the content of the HTML file saved. The HTML file is perfect, and the email displays the tabular information same in the HTML file. However,…
CrashOverride
  • 107
  • 2
  • 8
0
votes
1 answer

HTML page on IIS 6

I always been about Linux webservers. I need to make a simple page for intranet users. I was reading a guide how to setup a webpage in IIS. But as far as I understand it doesn't capable of simply reading html files? How can I use simple html pages,…
0
votes
1 answer

How do I make html files accessible from OpenShift server running python?

I have an OpenShift DIY app running Python. However, I cannot reach static files like html. (or run php) If I try accessing: mydomain.rhcloud.com/hello.html, I get: uWSGI Error Python application not found. Could you please help how i can make html…
user187026
0
votes
1 answer

Have Exchange/Outlook process html tags in SMTP mail

I am working with a third party application that sends simple SMTP email messages. The application doesn't respect line breaks or multiple spaces so the resulting email is barely legible. Since the message comes through our SMTP server Outlook sees…
0
votes
2 answers

did i install my google analytic code wrong?

I inserted this Google analytics code into my family tree web page and after a few days i still get that no activity has been reported can anyone take a look and see if there is any reason why this would not be working correctly?
Crash893
  • 747
  • 2
  • 15
  • 30
0
votes
1 answer

How do I change the format of Apache HTTP Indices?

For instance, this index: http://howto.unixdev.net/ Differs from this index: http://gcc.petsads.us/ How do I change the format of the indices for my web server?
NobleUplift
  • 165
  • 4
  • 17
0
votes
1 answer

rewrite mod giving internal server error when trying to rewrite links

There is many questions discussing rewrite mod problems i have read them and none solved my unique problem, i already done 3 hour of research to solve it and still stuck. i want to rewrite links in a source code retrieved from remote site through…
0
votes
3 answers

How to get the php code working inside html file?

Following an example of using php code inside html on the W3 page I have the following code inside my html code:

First try with php:

But only the text…
Alex
  • 105
  • 1
  • 2
  • 12
0
votes
1 answer

403 Hotlinking is forbidden

We have a website that generates simple links based in anchor tag to another site. But, when we click in these links, the following error is displayed: Error 403 Hotlinking is forbidden Hotlinking is forbidden Guru Meditation: XID:…
0
votes
2 answers

Would moving images to a CDN significantly reduce my CPU/memory load?

I am trying to reduce the cpu/memory load on my web server, and I am wondering if I should host my images on a CDN instead of my webserver. Does serving these images take up much CPU/memory?
0
votes
2 answers

Recieving a 500 Internal Server error after login success?

Having issues creating login for website: PHP: mysql_connect($db_host, $db_username, $db_password) or die(mysql_error()); mysql_select_db($db_database) or die(mysql_error()); $username=$_POST['username']; …
Jeremy
  • 111
  • 6
0
votes
1 answer

A web server or caching proxy to cache php completely as html?

My Server's load and mysql usage are higher than usual and recently I see about 350 processes for each HTTPd and mysqld. Is there a web server or caching proxy to cache PHP as HTML?
Zim3r
  • 1,454
  • 5
  • 24
  • 45