Forum Moderators: coopster

Message Too Old, No Replies

Can Dreamweaver MX handle PHP files with no extension?

         

geckofuel

9:07 pm on Dec 20, 2002 (gmt 0)

10+ Year Member



I'm trying to mask my dynamic sites by using the following command in my .htaccess file" where filewithnoextension should be replaced by the php file that I'm using without an extension.

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

In any case, Dreamweaver is giving me a hard time when I try to work with "filewithnoextension". Basically, the following error: "Can't find a valid editor for this file extension"

The problem is that when I try to edit the extensions that Dreamweaver handles, you have to actually put in an extension. There is no option for no extension. I tried a blank space as well as the file name itself. To no avail.

Anyon else encounter this problem? Any fixes?

jatar_k

9:24 pm on Dec 20, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



why don't you enable php parsing for the html extension then no one would know if they are dynamic or not?