|
Posted by Jerry Stuckle on 09/05/07 00:51
dorayme 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
>
> It did not work on one server (a university server that is Apache
> and Unix and all that good old stuff, nothing Windows or funny
> stuff). Before I contact server admin, any other ways to
> accomplish getting a .html file to be so parsed? If I name my
> files .php on this particular server, all work fine. I can put
> the .htaccess file simply at the top level of my website or one
> level above (where I see no *other* files, no permission
> probably). I have no real idea about this stuff, but I love it
> when it works. <g>
>
Multiviews would work, also.
But it's a very bad idea to parse all files as PHP files. It puts an
unnecessary load on the server for those files which do not contain PHP
code.
If they contain PHP code, they should have a .php extension. Problem
solved.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|