Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

index.pl not loading

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Graphic & stylesheet files not loading - I've set up Apache 2.0.44 / PHP 4.3.2 on a Windows 2000 Server machine on my LAN for the purpose running a tiny intranet website. It runs properly, except for one vexing problem -- and I'm not even sure it's On all the..

user directory index - Hi all, On my Mac OS X system Apache creates an index in the if no is present but in the user directory no index is created if no page is present. I get denied..

compiled index.jsp under OC4J - hello all - i'm having an issue making index.jsp show up fully compiled as our sites first page. I've been able to mod the file to find index.jsp rather than but when it displays, all the jsp code displays in the browser, rather..

Directory index query - Hi When there is no know index.* file in my root directory the contents of that directory are displayed under the heading Index of Can anyone tell me how I disable this within the file. I want it to say or

Show Index of /usr/share/doc/packages - Hello, want to read the documents in like in shown as an index of /manual resp. index of SuSE Linux 8.1 Apache Server 1.3.26 In http.conf are the following entries: Alias
Author Message
mailings

External


Since: Aug 24, 2003
Posts: 2



(Msg. 1) Posted: Fri Oct 10, 2003 9:43 pm
Post subject: index.pl not loading
Archived from groups: alt>apache>configuration (more info?)

Hi all!

I do have a problem that my application is not loading properly.
Example of my problem:

Let's say i do have a portal application at:
http://sample.domain.com/portal/index.pl
When i enter that URL in the browser the portal loads just fine.
When i enter http://sample.domain.com/portal the portal returns a strange
message saying something like "Possible match number 1" and "Possible match
number 2" underneath it.
In the httpd.conf the index.pl is added to the DirectoryIndex directive.

Anyone any ideas if the problem is caused by apache or the application and
what i can do to solve it?

Thanks in advance for any reply!

Grz. Johan

 >> Stay informed about: index.pl not loading 
Back to top
Login to vote
aynang

External


Since: Oct 10, 2003
Posts: 2



(Msg. 2) Posted: Fri Oct 10, 2003 11:03 pm
Post subject: Re: index.pl not loading [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

One way to do it, is to save the following lines into a file "index.html"
and save it under your application folder.
It will force a redirect to your default program.

<html>
<body onLoad='if( document.forms && document.forms[0] )
document.forms[0].submit();'>
<form action="index.pl" method='post'>
<input type='hidden' name='dummy'/>
</form>
</body>
</html>


"BoBo" <mailings.DeleteThis@good-it.com> wrote in message
news:bm6njl$fdj$1@news.hccnet.nl...
 > Hi all!
 >
 > I do have a problem that my application is not loading properly.
 > Example of my problem:
 >
 > Let's say i do have a portal application at:
<font color=purple> > <a style='text-decoration: underline;' href="http://sample.domain.com/portal/index.pl</font" target="_blank">http://sample.domain.com/portal/index.pl</font</a>>
 > When i enter that URL in the browser the portal loads just fine.
 > When i enter <a style='text-decoration: underline;' href="http://sample.domain.com/portal" target="_blank">http://sample.domain.com/portal</a> the portal returns a strange
 > message saying something like "Possible match number 1" and "Possible
match
 > number 2" underneath it.
 > In the httpd.conf the index.pl is added to the DirectoryIndex directive.
 >
 > Anyone any ideas if the problem is caused by apache or the application and
 > what i can do to solve it?
 >
 > Thanks in advance for any reply!
 >
 > Grz. Johan<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: index.pl not loading 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]