Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

apache 1.3.28 + php 4.3.3 conf ??!

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Run a batchFile (.cmd or .bat) as a CGI under Win..  
Author Message
tifab2000

External


Since: Sep 03, 2003
Posts: 2



(Msg. 1) Posted: Wed Sep 03, 2003 8:32 pm
Post subject: apache 1.3.28 + php 4.3.3 conf ??!
Archived from groups: alt>apache>configuration (more info?)

Hi everybody

I 've just installed apache and PHP on Xp home edition.

Some php fonction does't work ... and as it 's the first time I install
apache and php on windows i need advice .

I use pseudo frame in PHP , just trying to pass a variable like this :

<a href="index.php?page=fisrt_page>1</a> ( realy classic )

and I include an other file which chek if the page exist :

<?php

/* verif si la page existe */

$navigation = array("first_page" => "first_page.php",
"second_page" => "second_page.php");


if(array_key_exists($page, $navigation)){
include ($navigation[$page]);

}
else
{
include("default.php");

}

?>

a précision : all my include are OK and the default page appear but the
other link never work Sad

I have already test this script on www//chez.com and it run well so i
imagine it s a conf problem on my server.

If someone have an idea

thanks a lot
tifab <= HELP

 >> Stay informed about: apache 1.3.28 + php 4.3.3 conf ??! 
Back to top
Login to vote
tifab2000

External


Since: Sep 03, 2003
Posts: 2



(Msg. 2) Posted: Thu Sep 04, 2003 10:54 pm
Post subject: Re: apache 1.3.28 + php 4.3.3 conf ??! [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is there nothing to do in apache conf to solve my problem ??



"tifab" <tifab2000 RemoveThis @caramail.com> a écrit dans le message de
news:bj51p4$k3v$1@news-reader5.wanadoo.fr...
 > Hi everybody
 >
 > I 've just installed apache and PHP on Xp home edition.
 >
 > Some php fonction does't work ... and as it 's the first time I install
 > apache and php on windows i need advice .
 >
 > I use pseudo frame in PHP , just trying to pass a variable like this :
 >
 >
 > "second_page" => "second_page.php");
 >
 >
 > if(array_key_exists($page, $navigation)){
 > include ($navigation[$page]);
 >
 > }
 > else
 > {
 > include("default.php");
 >
 > }
 >
 > ?>
 >
 > a précision : all my include are OK and the default page appear but the
 > other link never work Sad
 >
 > I have already test this script on www//chez.com and it run well so i
 > imagine it s a conf problem on my server.
 >
 > If someone have an idea
 >
 > thanks a lot
 > tifab <= HELP
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: apache 1.3.28 + php 4.3.3 conf ??! 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
pb with conf/apache-mime.types? - Hello, When i test my new install (Apache+php) with the famous script hello.html, i have a blank screen. I edit tne httpd.conf file and verify the presence of this line : <IfDefine HAVE_PHP4> LoadModule php4_module extramodules/libphp4.so..

more tomcat/apache: mod_jk.conf auto generated? - Hi, I've gotten my hands on the right docs.. I'm continuing to read up, one thing I've done is upgraded 2.0.46 of apache. One thing it says, which I've seen in a few other docs, is that /usr/local/tomcat/conf/auto/mod_jk.conf is autogenerated by tomcat...

Where is httpd.conf - I am running Mandrake 9.1, Apache2, Php 4.3. In tha manuals they say I should make a line in httpd.conf, saying "AddType application....." But I can't find the file anywhere. Anyone knows where to put these lines? -- mvh Jan Vidar www.janvid...

2 httpd.conf in diff dir which one is being used???? - Hi, I have a server w/ 2 httpd.conf files but I dont know which is being used? How can you check. Thank you and have a great day. Mark

httpd.conf permissions - Greetings, I was asked by my boss to let a developer directly access and modify httpd.conf. Currently, the permssions on httpd.con is root:other 644. Is it safe to change it to: smelnic:webfellows 664 , so the developer can make his changes? Thanks fo...
   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 ]