It seems to me that the answer is in your own posting
> AddType application/x-httpd-php .php
.php the only type that will be served by php
if you add
AddType application/x-httpd-php .txt
then txt will be also served

regards

Ivo


"Stefan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> I have a new Apache 2.0.40 with PHP 4.2.3 installation on a Solaris x86
box.
>
> Configered in httpd.conf  with:
> AddType application/x-httpd-php .php
> and
> LoadModule ....
>
> Parsing urlīs with "xxxx .php" works fine, but i canīt figure out why it
> dosenīt
> work if i leave out the ".php"extension in the url? This works in my old
> apache 1 installation.!
>
> The file is named "test.php" in the "abc" directory.
> "http://my.server.se/abc/test.php"; works, but not
> "http://my.server.se/abc/test";
>
> Any tips in what i missed out in configuration or how to fix this would be
> appreciated.
>
> best regards,
> Stefan
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to