[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] index.php3? RaQ3



Hi Dan, the ordering of the filenames following the "DirectoryIndex"
option is important. Make sure your index.php3 is before index.html
in the list.

Other things to check:
- index.php3 is readable by the web server
- look for anything interesting in /var/log/httpd/error
- does the index.php3 work if you name it explicitly in the URL?
- try creating a .htaccess in the appropriate directory, with
  DirectoryIndex index.php3

Good luck,

- Graham


> -----Original Message-----
> From: Dan Holtz [mailto:danh@xxxxxxxxxxxxxx]
> Sent: Monday, 29 May 2000 9:16
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] index.php3? RaQ3
> 
> 
> I've successfully installed PHP3 on my RaQ3, but cannot get 
> it to execute
> index.php3 in place of index.html.
> 
> I added this to my mime.types file:
> 
>     application/x-httpd-php         php3 php
> 
> Then I modified my srm.conf to include the index.php3 in my 
> DirectoryIndex
> 
> Then I issued:
> 
>     cd /etc/rc.d/init.d
> 
> And then:
>     
>     httpd stop
>     httpd start
> 
> ..to restart the web server.  No matter how many flavors of 
> this process
> I've tried, I simply cannot get it to work.  Anybody have an answer?
> 
> ->Dan
> _______________________________________________
> HoltzMedia            http://www.holtzmedia.com
> 
> Dan Holtz                     tele 215.629.8572
> President                      fax 215.629.4078
> 
> 
> 
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>