Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-08-2011, 04:28 AM
|
#1
|
Member
Registered: May 2010
Location: Rome, Italy
Distribution: fedora, centos, debian.
Posts: 34
Rep:
|
apache https page issue
hello everybody.
I just wrote a webpage with 2 ftp links that requires password.in normal way it works, but for security reasons i want this page to be served in https.
now it's running on https but the ftp links don't appear. i mean, if i try changing background color or write something it works, but "<A href=..." it just is not working anymore, like there is no this code in the index file.
Any idea?
thanks
|
|
|
01-08-2011, 04:49 AM
|
#2
|
Member
Registered: Jan 2007
Location: Canton, MI
Distribution: CentOS, SuSE, Red Hat, Debian, etc.
Posts: 703
Rep:
|
Use your browser to view the source html. My guess is that the code is
there, but a cascading style sheet is missing.
|
|
|
01-08-2011, 04:49 AM
|
#3
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
This will have nothing ti do with https at all, it couldn't do. Maunder you should show us the provided page from the browser for the two different scenarios and the original source. Https couldn't care less about the html it serves.
|
|
|
01-08-2011, 04:51 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
Quote:
Originally Posted by carltm
Use your browser to view the source html. My guess is that the code is
there, but a cascading style sheet is missing.
|
Sounds like a good angle to go at. Although we've not ben told if css had being used at all, or if the page is a plain html file In the first place.
|
|
|
01-08-2011, 05:31 AM
|
#5
|
Member
Registered: May 2010
Location: Rome, Italy
Distribution: fedora, centos, debian.
Posts: 34
Original Poster
Rep:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it-it" lang="it-it">
<head><TITLE>XXXXXXXX</TITLE>
</head>
<BODY bgcolor="black" link="black" vlink="black" alink="black">
<div align="center"
<IMG border="0" align="middle" height="791" width="800" src="img_web/img_3.jpg">
</div>
<BR>
<A href="ftp://storage" title="Storage"></A><P>
<A href="ftp://storage-delta" title="Storage 2"></A>
</BODY>
</html>
hmph...there are no links in the web page under https only.
|
|
|
01-09-2011, 03:36 AM
|
#6
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
We asked for 3 versions of the file, which is this?
You've marked the thread as solved... Is it?
|
|
|
All times are GMT -5. The time now is 08:32 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|