Jump to content

Recommended Posts

  • 3 weeks later...
  • 2 weeks later...
Posted

I've redesigned my site to use SSI with .asp files (which I only just learned, and a very little bit), and it seems to be working fine, except in Netscape. All I did was add .asp files to the Apache Handler thing.

 

check it out... http://www.grinningmoon.com/index.asp

 

Is there a way to make it work in Netscape? Right now, I just do a browser check and tell Netscape users to switch to IE.

Posted

:blink: Welcome to the Family Cowboyfrank :)

 

and your new home!

Your site does not display in Opera, netscape or fire fox also,

I just see your .asp code

We do not support .asp and that is why it is not working.

IE must have a way to display it, but if you want everyone to see your site

you may want to look into php to do the same thing.

 

We really are like family here.

So if you need anything,

just ask your new family!

We love to help :)

Posted

Here is an ASP include

 

<!-- #INCLUDE FILE="../includes/header.asp" -->

 

Here is a PHP include

 

include ("header.php");

 

PHP and ASP are similar but the syntax is different and ASP is also designed to work with VBScript.

 

I think it works because IE knows how to handle the output even though the extension has changed. Must be another IE "feature".

Posted

Hey CowboyFrank,

 

Mime type is text/plain for the page in question. You need to send it as text/html. Do you know how to configure mime types in CPanel or .htaccess?

 

HTH,

Carol

Posted

Yes it looks the same.

Frank, I would try to resave your pages as .shtml to see if your includes work

and are ok in other browsers.

 

However in the long run php includes

and php scripting will give you more power.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...