The html tag has no wiki summary.
0
votes
1answer
26 views
File URI in IE has stopped responding
In our office we have a web server that has a very basic set of webpages. Recently the File URI has just stopped responding for many people. When you click on the link, nothing happens, IE does not ...
-2
votes
0answers
24 views
Convert docx to clean html [closed]
I want to convert docx files to clean html file. I tried abiword and libre office with command prompt. Libre office can't convert as CLEAN html. Abiword can't convert tables.
can you suggestion any ...
0
votes
1answer
39 views
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?
0
votes
1answer
17 views
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 ...
0
votes
2answers
54 views
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:
<!DOCTYPE html>
<html>
<body>
<p>First try with ...
-1
votes
1answer
45 views
Formatting PHP SQL Query Output [closed]
I have a PHP page where I do some SQL code to pull information from a stored procedure. I get the information from the SQL query but I am having problem formatting the output to something that looks ...
-2
votes
1answer
48 views
IIS - https:// works while http://host:443 doesn't
This is my site:
http://scyk.pl
When you go
https://scyk.pl
Everything is ok, but when you go
http://scyk.pl:443
Connection is timing out. I am running IIS7, today I configured ssl, and I ...
0
votes
1answer
62 views
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 ...
0
votes
2answers
92 views
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
1answer
81 views
AddHandler PHP for HTML on CentOS
I have installed apache and PHP from Yum on CentOS 6.3
I'm trying to get PHP to be parsed in .html files-- but I can't seem to figure it out.
I have set AllowOverride All in httpd.conf
and then in ...
0
votes
1answer
53 views
Blocking directory listing on a wamp server
So I have a website that runs through wamp however if you type a path in the address bar, you get an index of the directory, which I don't want
I have already tried to add a .htaccess file in the ...
-1
votes
1answer
30 views
Advice for an address management webapplication with mySQL database [closed]
I need an application to store and manage addresses which is accessible via the internet. The tasks will be rather simple, like adding new entries, deleting them, exporting lists as Excel files etc.
...
-2
votes
1answer
27 views
Can a server setting keep a page from opening? [closed]
I have a page with the following form:
<form name="form1" method="post" action="wrong_1.htm" target="_blank">
<input type="submit" name="Submit" value="A. Public / Community View ">
...
0
votes
0answers
58 views
Prevent subdirectories from inheriting an http redirect (in iis)
When creating the redirect (using iis-Manger) I have both of the following checkboxes checked:
Redirect all requests to exact destination (instead of relative to
destination)
and
Only ...
1
vote
0answers
37 views
HTML tabindex: Put some links last without complete enumeration
I know I can use the HTML anchor attribute tabindex to set the tabindex of links, i.e., in what order they get focused when the user hits Tab (or Shift-Tab).
But, I have a home page with tons of ...
0
votes
0answers
24 views
How can I display sections and posts in lists and sub-lists? [closed]
I'm trying to create a tiny knowledge base.
Lets say we are on category Cars. There I want to display the sections for that category, like Wheels, Windows... and under those sections I want to ...
1
vote
2answers
62 views
Recieving a 500 Internal Server error after login success? [closed]
I created my first member login form which takes the typical username and password and then sends it to the code below:
checklogin.php:
mysql_connect($db_host, $db_username, $db_password) or ...
1
vote
2answers
235 views
How can I easily convert HTML special entities from a standard input stream in Linux?
CentOS
Is there an easy way to convert HTML special entities from a data stream? I'm passing data to a bash script and sometimes that data includes special entities. For example:
"test" ...
0
votes
1answer
98 views
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?
0
votes
0answers
29 views
I'm an HTML beginner and I need help coding static text [closed]
I'm running a server with Apache and I had a question: You know how on some websites there is something that stays in place whenever you scroll? An example of this is on Facebook where it says 'New ...
0
votes
0answers
264 views
Making sure an image appears in appended disclaimer. Exchange 2010
I've created a disclaimer for a company which will, in essence be a signature that I will customize dynamically with AD attributes (things like first name, etc.)
The company, natch, has a logo. I'd ...
2
votes
4answers
80 views
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 ...
0
votes
1answer
211 views
How to “screenshot” a terminal with ANSI colors and export to HTML? [closed]
I want to do a full screen copy of some terminal output, with ANSI colors, and generate HTML so I can post to a blog or wiki.
My real world example: I want to document top with all of its ANSI color ...
0
votes
4answers
340 views
Protect Files from unauthorized access
I have this very big problem I've been trying to solve for last few days with no success. I have some files which are class schedules, these are imported to the server from an external source (html ...
4
votes
1answer
302 views
Modify MDT wizard to automate computer naming
Situation:
I am imaging new systems using MDT Lite-Touch. I am trying to
customize the wizard to automate the naming of new systems so that
they include a prefix "AG-", a department code which ...
1
vote
1answer
127 views
IIS 6.1 Handlers for HTML, ASP, INC files
I have a legacy website in which .HTML, .ASP, and .INC files are being used. Problem is all pages have VBScript code not parsed by IIS and thus written on page as static text. I want to fix it. All ...
0
votes
2answers
18 views
Downloading ASP Created Website Data
I am currently dealing with an old website where there are political issues preventing the migration of the database or re-designing the site.
Since I can't get access to the database I basically I ...
0
votes
2answers
983 views
Page won't load on IE9 unless developer tools are started first [closed]
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 ...
1
vote
2answers
190 views
Do large corporations block jQuery content on web pages? [closed]
We are currently redesigning our website. The company we've hired to do the redesign is advocating the use of jQuery to render the pages dynamically. Our SEO specialist is under the impression that ...
1
vote
3answers
75 views
Lots of files being used by blank web page. What are they?
I am trying to optimise a website and I was using the network waterfall facility in Google Chrome. When I looked at the results there were lots of files which I didnt recognise. I first thought they ...
0
votes
1answer
84 views
Nginx to act as both a webserver and for file transfer
I would like to use Nginx as a webserver on my Ubuntu 12.04 server, but i would also like to use it for file transfers.
I have been able to set it up as a webserver (very simple), and I have been ...
0
votes
1answer
134 views
Network connection failed in Red 5 server
I am new to red5 server.
When I try to run Red5 by creating a project in Eclipse using the Red5 plugin it runs with an error:
[INFO] [NioProcessor-2] org.red5.server.net.rtmp.RTMPHandler - ...
4
votes
1answer
1k views
code injection, some sort of hack?
something seems to have either hacked a webserver, or we have some sort of semi-malicious code running that keeps injecting code into our website. it seems to affect just a couple of coldfusion and ...
-1
votes
1answer
72 views
how to open a static html file from an ip using file://? [closed]
i need to open a static html file from ip 192.168.##.##. my problem is, i cant access the file using file://192.168.##.##/folder/names/ACT2-1.html i need to open it using file:// not http:// to run ...
0
votes
1answer
43 views
Apache on Windows loading broken HTML
I have the weirdest issue going on right now and I've spent my whole weekend trying to figure it out and Googling it with no success.
I setup an Apache 2.2.22 x86 server on Windows 7 from the Apache ...
-3
votes
1answer
142 views
Magento Using https:// for all links in source
So today I was trying to install a fresh instance of Magento v1.7.0 on my vps which is running nginx. Once I uploaded the clean install to public_html I unzipped it and entered my ip to run the ...
1
vote
2answers
376 views
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 ...
1
vote
1answer
97 views
Cannot use relative links in my tomcat development environment
I'm developing a web-application with tomcat. In the dev env, the application's root address is localhost:8080/myapp/. In production, the root address is www.myapp.com/.
When I use a relative link in ...
0
votes
2answers
869 views
Diagnosing Internet Explorer 9 failing to submit a form
I have an issue with an internally-deployed intranet site (so no links, sorry), and Internet Explorer 9.
The site is a Rails 3 app, using HTML 5, with nothing out of the ordinary - no javascript, ...
1
vote
2answers
203 views
publish a maildir on the web
I presume I'll want to use Mailman or something, but I don't want to run a mailing list.
What I want to do is point a program at a Maildir containing a bunch of email (plain text files) - and have ...
-8
votes
1answer
103 views
Is there another database server software for PHP other than MySQL?
Is are there another database server software for PHP other than MySQL?
Does it run on Linux?
Does it work with Apache?
(No MySQL, can't get it working on ubuntu.)
0
votes
1answer
286 views
Is html or php header needed for gzip?
I use gzip module of nginx to compress documents. When gzip is enabled nginx will automatically send content-ending of gzip with HTTP headers, right?
Without adding any PHP header header() or HTML ...
-2
votes
3answers
1k views
Can't run any PHP
I run a fairly popular website (I do not mean to brag, but I have 20,000 users who want access. I don't want to keep them waiting any longer.) and it has been down for almost a month while I try to ...
-2
votes
1answer
37 views
Could any kind of code be stored on an external server? [closed]
is it possible to story any code (php html js css ...) on
someserver.com/code.file
and request it to be loaded onto any website like
mysite.com
thanks
1
vote
1answer
747 views
IIS 6 problems - IIS seems like blocking the second request
I'm having very weird issue with IIS. My server is 2003 advanced server. I installed .NET 2 and .NET 4 on that server (.NET 1 is already there). We are running ASP.NET 2.0 site, ASP.NET 4.0 site and ...
0
votes
1answer
195 views
Apache mod_autoindex and declaring a favicon in the <head>?
All browsers are not equal. Hence I need to explicitly state that I have a favicon ("shortcut icon") for mod_autoindex-generated pages. How can I do that?
Using header (HeaderName) and footer ...
0
votes
1answer
58 views
Accessing ActiveX control through web server
I have developed the ActiveX control & register with Common CLSID number .
using the CLSID number accessing the active X control on the internet explorer (as web page).using following object tag ...
3
votes
2answers
85 views
Hyperlinking to a site with port 443
I am having trouble finding a way to hyperlink to https://secure.mysite.net:443
I tried: <a href="https://secure.mysite.net:443/">HTTPS SSL</a>
However it simply takes me to ...
0
votes
1answer
283 views
Wkhtmltopdf on shared hosting (execute)
I use Wkhtmltopdf at the moment, and installed it on my shared hosting.
I found out that my shared hosting does not support to op exec files.
Is it possible to run Wkhtmltopdf on my shared server in ...
3
votes
4answers
349 views
Static file with HTTP headers?
Is it possible to save a static html file with built in http headers ? So that putting it on any server will work including the http headers?
If so how?

