Forum Moderators: coopster

Message Too Old, No Replies

Problem using ForceType application/x-httpd-php

         

webwit

9:12 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



I am having the same problem to the post below.
[webmasterworld.com...]

<Files filename>
ForceType application/x-httpd-php
</Files>

[example.com...] is being handled differently than [example.com...] where the former seems to be getting the forcetype applied (though something wrong is happening), while the latter is being seen as a nonexistent file/folder.

I need the trailing slash to add a few more variables to pass in the url string. [example.com...]

I didn't understand the answer in the above post.

The exact same scripts worked on two other servers.

I am working on a clients website, which I have full access to the server configs.

Is there something in the mime types I need to change?

Thanks!

webwit

11:14 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



It looks like I may have found the answer on Apache.org

Here it is for anyone else who needs it in the future.

Try adding this line to your .htaccess file if you have this problem.

<Files filename>
AcceptPathInfo On
</Files>