Jump to content

Recommended Posts

.htaccess file:-

RewriteEngine  on

ErrorDocument 404 /index.php

RewriteBase    /fetshtdocs

RewriteRule    ^index\.html$  /cgi-bin/gifasm.exe  [T=application/x-httpd-cgi]

RewriteRule    ^index\.htm$  /cgi-bin/gifasm.exe  [T=application/x-httpd-cgi]

 

Hi all,

the above works for IExplorer but not for FireFox or Google Chrome! Can anyone help please? Even the most basic .html page shows the .html as text. The page is at http://fets.homeip.net should you like to try FireFox or Google Chrome.

Hi,

 

If you try it without htaccess redirection how does the page reflects on the screen? Does it displays as text or web page?

 

Have you tried to redirect the index.html to some other test page's instead of /cgi-bin/gifasm.exe

Content-Type: text/plain;charset=iso-8859-1

 

I'm getting a Content Type of plain text. You might need to have your cgi send an html Content-Type header.

 

Content-Type: text/html;charset=iso-8859-1

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.