31 Jul
2005
31 Jul
'05
00:05
On Sunday 31 July 2005 01:43, Peter Nikolic wrote:
Hi folks once again
Thanks for the rapid response last time
Now i am trying to get Mozilla to understand php file but all that happens is i get asked what i want to do with the file
i get the same response form Konqueror as far as i can see i have the php modules for apache2 well libphp4.so in /usr/lib/apache2-prefork
once again what am i missing
Pete .
Do rcapache2 restart Call the file index.php. Put it into /srv/www/htdocs and now call it using from mozilla or konq by http://your.ip/index.php On our lan your.ip is 192.168.1.1 If you're running apache on your own client then you could try also: http://127.0.0.1/index.php or localhost. There are loadsa ways to call it.