LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   apache https page issue (https://www.linuxquestions.org/questions/linux-server-73/apache-https-page-issue-854968/)

DD554 01-08-2011 04:28 AM

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

carltm 01-08-2011 04:49 AM

Use your browser to view the source html. My guess is that the code is
there, but a cascading style sheet is missing.

acid_kewpie 01-08-2011 04:49 AM

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.

acid_kewpie 01-08-2011 04:51 AM

Quote:

Originally Posted by carltm (Post 4217220)
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.

DD554 01-08-2011 05:31 AM

<!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.

acid_kewpie 01-09-2011 03:36 AM

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 09:59 PM.