|
Posted by dorayme on 09/06/07 23:12
In article <V0YDi.21$2A5.10@newsfe06.lga>,
"\"Crash\" Dummy" <dvader@deathstar.mil> wrote:
> > I made an .htaccess file to allow my .html files to be parsed for
> > any php on them. It has:
>
> > AddType application/x-httpd-php .html
>
> For the reasons cited by others, I think that is a lousy idea. It is much
> simpler to selectively use the .php extension to mark html files with php
> code
> in them. If for some obscure reason you want all files to have the same
> extension and be parsed for php code, you can give them all the .php
> extension,
> even if they don't have any code. They will just be passed unchanged.
> --
All the files have php in them.
On another bigger site of mine, there had been heavy bookmarking
of files in the past, parsing for php on the .html files did not
disturb this. And not having to rename all and all internal links
and load up was saved. I was very pleased to have .html scanned
for php. Noticed no slowdown at all.
But this is indeed an interesting side issue. <g>
--
dorayme
Navigation:
[Reply to this message]
|