Viewing Notepad / Html Doc On The Internet
Apr 5, 2008
I have built a website using Notepad and have saved all the files as .html documents.
Up until yesterday my internet provider was AOL and whenever I double clicked the documents they would open as a web page on AOL. All the files even had little AOL icons.
Yesterday I changed my IP to O2. Since then I have not been able to view my .html files on the internet. Whenever I double click them they just open as the Notepad documents.
View 3 Replies
ADVERTISEMENT
Jan 10, 2007
My webserver treat ALL files with html tags inside as html files, e.g. text files or EVEN files without extension.
How to only allow .htm, .html files?
I've deactivated temporary mime magic, I also tried with some RemoveHandler, AddType lines but nothing
View 9 Replies
View Related
Feb 28, 2007
I downloaded an Apache log for my site in the .gz format on a Windows XP laptop.
How can I view it? Are there any text editors or special log viewers that will allow me to view the file. Or does it need to be unzipped because it's a .gz file?
View 4 Replies
View Related
Jun 15, 2008
i recently set up a new testing web server(iis6), but can't view any of my websites hosted on my mac (osx leopard). I can ping the server from the mac, and RDP with out any problems, just can't view any websites. i've tried using the ip of the server (192.168.1.15) in the browser the server name but still no luck. server firewal has been disabled
View 3 Replies
View Related
Nov 6, 2008
I have a WHM + centos box and i've suspended some customers but guess what... they still have their services running I can still see their websites.
How can i fix that?
View 12 Replies
View Related
Mar 20, 2007
I suspect that somebody is trying to do SQL injections on one of my websites. Is the POST information that is send using forms logged anywhere so I can read it in the same way I can read the GET requests in Apache logs?
View 6 Replies
View Related
Oct 20, 2007
Everytime I try to see the bandwidth in the reseller panel, i got this failure:
Code:
"Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /reseller/services/bandwidth/show_bandwidth.
Reason: Error reading from remote server"
I already restarted epld, httpd, named, and mysql daemons and the error stills...
Im using Ensim Pro 10.2.0 + RHE 4
View 1 Replies
View Related
Jul 18, 2014
Version: 11.5.30 CentOS 6 115140407.17 x86_64
Description: On prior versions of Plesk, users could attach Microsoft Office (word, excel, etc) files to messages they are composing in Horde, and then, before sending, click on those attachments to view them to make sure they are correct. After upgrading to 11.5, the following error is shown in Horde instead:
"Fatal error has occured could not display attachment. Details had been logged for the administrator."This issue does not occur with other file types, such as a PDF or text file.Steps to reproduce: Install Plesk 11.5 on Centos 6 x64, create an email in Horde, attach a Word document, before sending, try to view the document.
ACTUAL RESULT: Fatal error has occured could not display attachment. Details had been logged for the administrator.
View 1 Replies
View Related
Apr 22, 2009
When people pass on your Viral Free ebooks, how can we tel how many times the pdf is being opened(viewed)? - not Downloaded from a site, but opened
some sort of counter enbedded in the ebook?
(I dont mean how can we count the amount of times a PDF is 'downloaded' from a server,- or how many times the pdf has been downloaded from a webpage,)
but how many times a pdf has been 'opened' /viewed
Some sort of image counter/when the image is loaded live from wherever it is hosted, it shows as a count ?
ie- if the ebook is opened 8 times- in 8 separate IP addresses, the image will be shown 8 times, showing that the ebook has been viewed 8 times.
(These are PDF ebooks)
That sort of service/system. ?
or any other system? /recommendations ?
View 10 Replies
View Related
Apr 5, 2009
1. Are there any restrictions or special problems with hosting domains as a function of whether they are a ".com" versus a ".us" domain?
2. Are there any differences or problems when hosting domains which have index files which are htm versus html?
For these items, are there good sources for detailed explanations?
View 7 Replies
View Related
Apr 12, 2008
I want my server looking and open index.html first and after index.php, I mean if have both index.html and index.php in a folder, the index.html will be open by default .
I know it name: DirectoryIndex directive ..
View 5 Replies
View Related
Mar 12, 2008
PHP 5.2.5 / Apache 2.2 / suPHP enabled
index2.html shows "it works" but index.php does not, shows up blank ....
View 6 Replies
View Related
Feb 18, 2008
I have several websites running on Linux hosting with cPanel, that were developed as static .html files, where for ease of maintenance (use of includes) and future improvements I want the pages treated as .php. On one server I use, I just put:
AddHandler application/x-httpd-php .html .shtml
into the .htaccess file and the pages were treated as .php, exactly what I wanted.
The other sites are on a cPanel reseller account at iVhosting.com. When I tried this there, it didn't work. I tried some other ideas suggested by Google, which resulted in the .php files being downloaded as text files. I contacted iVhosting support, who stated: "you will not be able to do this on our server since we use phpsuexec/suphp for more security. PHP pages have to have .php extension."
So what can I do? I can't rename the pages all to .php because this would break incoming links and destroy the page's PR. Creating a permanent redirect for each page to the same name with .php extension would create a very large .htaccess and be extremely tedious to do.
View 6 Replies
View Related
Aug 10, 2008
I want to use php code in .html extension files. I tried to accomplish this through a .htaccess file, but that did not work out. I tried to add a handler through cpanel, but it does not parse the code in the .html file. I renamed the index file to index.php and works fine.
I would like to keep the .html extension.
I tried several Handlers through Cpanel which all failed to work.
Tried: AddHandler application/x-httpd-php .php .html and AddType application/x-httpd-php .php .html (with and without application/) and AddHandler server-parsed .html
View 9 Replies
View Related
Dec 27, 2007
Is there any way to run SSI with html instead of shtm or shtml in Windows 2003 IIS 6 server?
View 0 Replies
View Related
Jul 15, 2009
i was wondering if anyone no's of a html/php coder,and decoder via a password thats an offline app?
its just ive made a script and i want it to use liencekeys for activation so i would need to encryt the code some how,
does anyone no off a program that could do all of this for me?
View 4 Replies
View Related
May 2, 2009
Currently I cache php to html in a folder, and any time I upload index.php the whole site recaches. It also is set to a specific time such as 1 day, and the specific page will recache on someone hitting a page in 1 day from last cache.
The problem is when there are thousands of people on, and the index.php is uploaded the site crashes due to connections to the database, and possibly writing to the folder as well.
What is the best way to cache these files to html, and not have it crash every time I try to update things on the site. Also it needs to be something somewhat simple.
View 1 Replies
View Related
Feb 20, 2009
I have a curious problem, and have scoured the net for a solution.
Basically, while developing a Joomla site, I have had a standard .html holding page in place.
I uploaded the Joomla site in the 'background' to continue developing the website while the holding page was in place. I always thought that .html would always display first in the browser, before index.php.
However the index.php file always displays first. I've tried changing the htaccess file etc but at this point nothing seems to be working.
View 4 Replies
View Related
Dec 12, 2008
I know nothing about IIS as I ormally use Linux / Apache so I'm not sure this is possible.
I have built a site in PHP that the client now wants to move over to a IIS-hosted server. Although it's all in PHP because it was a re-build of an old static site I used ModRewrite to make all the page .html.
I know IIS doesn't have a URL rewrite feature as such. What I was wondering is, is it possible to configure IIS so that a PHP page can have a .html extension?
View 6 Replies
View Related
Mar 14, 2008
I run the website, [url]and am looking for a way to send newsletters to the members of the website.
There are currently over 53,000 registered members. We have tried emailing the database before using a variety of techniques but they are not all fool proof.
Is there any software you could recommend or would I have to use a 3rd party provider? If so, how much would this cost (to do a weekly or monthly mailshot).
The website is run on a core2duo E6750 with 4GB RAM and a 100mbps port - is this high end enough to support e-mailing this quantity of messages?
View 14 Replies
View Related
Jul 29, 2008
I've just set up HTTPS on Apache (CentOS). However if I try to access the HTTPS site I just get prompted with the save as dialog to download either the .php file or .html. How do I get it to show (and process) it instead, like when accessing normally (non-ssl).
View 7 Replies
View Related
Jan 14, 2008
Has anyone encountered server being infected with Exploit.HTML.IESlice.bz
My server is infected with this new rootkit. Is the 'OS reload' only the solution?
View 9 Replies
View Related
Mar 6, 2008
in many sites in my server torjan in index.html
in <ifram>
how to save my server from that .js torjan
and i need to ask about other thing this torjan can chang any this in backups
View 9 Replies
View Related
Sep 21, 2007
This software is by AntsSoft
"HTMLProtector is a tool that helps you protect the content of your web page by preventing others from viewing your source code. "
Is anyone familiar or has had any experience with this.
View 5 Replies
View Related
Aug 2, 2007
Is there a way to construct an HTML request so that only HTML text is returned (without images or rich media)? I assume search engines do this - how?
What I'm trying to do is write an Apache module that will retrieve only text from a web site. The idea is to provide a Lynx-like experience, using Apache as a proxy between my workstation and my ISP.
View 13 Replies
View Related
Feb 9, 2007
How can we make PhP run on html pages?
View 5 Replies
View Related
Nov 19, 2007
I have a server running PLESK 8.2 (latest version). With PHP4 and 5 support. I want to include .php files into .html (which work fine on LINUX CPANEL but on on WINDOWS PLESK).
Please can anyone suggest how can i make my WINDOWS server work so that it includes .php into .html. (.php included in .php works fine).
ALSO i tried to add (application/x-httpd-php in IIS MIME TYPES to extension .html and even .php but it did not work.)
View 5 Replies
View Related