Questions tagged [html]

210 questions
2
votes
1 answer

Adding a signature with an image/logo and *not* creating an attachment icon

My company uses Outlook 2003/2007 on Exchange, and they want to standardize on a signature format. What is the best way to add an image to a signature with these features (in order of priority): Not show an attachment icon (in a majority of email…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
2
votes
3 answers

How to use SSL certificate on my web-site?

I'm new to SSL, but my php web-site will contain secret information from users. I hear that ssl (https) can establish a solid security level. But, how to use it? How to implement it to my html files? Any guides, links or information will be…
dsplatonov
2
votes
2 answers

How do I selectively redirect my website?

I have a domain alias that i want to forward to a specific directory on my main site. How do I get it so that only people visiting the alias "fakesite.com" to be redirected to "mainsite.com/fake" instead of everyone redirected to that? This is on…
user35713
  • 21
  • 1
2
votes
4 answers

How to stop Exchange 2007 from automatically converting plain text emails to HTML?

this.. nice.. exchange server converts my text/plain messages from text to html and messes them up, just because it detects html somewhere in the body. how can i stop him from doing so? edit: i am looking for a server side fix - this is affecting…
Andreas Petersson
  • 121
  • 1
  • 3
  • 5
2
votes
1 answer

Google Cloud Services Content Security Policy Issues

I have a static web site hosted in a bucket that I serve up via the Google Platform. This site has been running with no problems for about 6 months but over the last month I have had intermittent problems with it not loading style sheets and scripts…
1
vote
0 answers

AWS Lambda: How to install linux dependency packages?

I'm trying to perform HTML to PDF conversion with class library in AWS lambda function. The HTML converter has some dependency packages to be installed in the environment where the conversion takes place. So, I tried to install the packages using…
Prakash
  • 11
  • 2
1
vote
0 answers

IIS backup physical path

I am new to IIS and currently doing a lab on company. So I have 2 volumes, each stored the same html files that use to display the IIS web. Is there a way to set my physical path to point up to both of their directory? Just in case if one volume…
Duy Le
  • 25
  • 3
1
vote
4 answers

How to know if I have/need Linux server or Windows server?

I am creating a classifieds website with PHP and MYSQL. How would I know if I need windows server or Linux? I am about to pick a host. Any other suggestions are also appreciated... Thanks
Anonymous12345
  • 1,022
  • 2
  • 13
  • 18
1
vote
1 answer

Nginx webserver com html static website redirect 500 internal error

I have a static html website on a Nginx web server. For a contact form I use the Formspree service.
1
vote
6 answers

How much traffic per month would my site need?

HOW MANY GB OF TRAFFIC IS REQUIRED PER MONTH? Any way to calculate this? Webhosting companies have a limit when ordering, so I need to know... A classifieds website using PHP and MYSQL. MYSQL has around 500thousand records. Not much graphics. Pretty…
Anonymous12345
  • 1,022
  • 2
  • 13
  • 18
1
vote
1 answer

Cannot run php within html on nginx

I am trying to run php within html on an nginx server. What happens is that the php code within the html just gets printed, not executed. I can run php stanadalone scripts fine. but not ones within html. I have spent hours on this now. Heres my…
john-jones
  • 85
  • 14
1
vote
1 answer

After switching site to https, form submission stops working

I have a simple HTML form on my site: ... My nginx config is: # Default server server { …
1
vote
1 answer

Why HTACCESS RewriteCond %{HTTP_COOKIE} only for php and not working for html?

I was trying to redirect all direct access in my subfolder using this code RewriteEngine on RewriteCond %{HTTP_COOKIE} !user_cookie=[^;] RewriteRule .* http://webhost.org/ [R=301,L] I realise it was working only for OHP files but not for other…
MyFault
  • 11
  • 2
1
vote
1 answer

Nginx not applying CSS file

I'm using the dynamic module 'fancyindex' on Nginx and am attempting to load an external css file into these fancyindex 'ed pages. The following is the config file in my sites-available directory : location /images/ { alias…
Bencc
  • 53
  • 3
  • 6
1
vote
2 answers

Regex works everywhere ( tried regex101 and regstorm.net) except Powershell

I have tried various different combos and already checked other similar posts, but can't find my answer. I have a .config file and I need to exclude the comments from the file when I do my search, something like below: (Get-Content…
user3421341
  • 33
  • 1
  • 1
  • 8