Posted by Jerry Stuckle on 10/23/07 14:47
Lamer wrote:
> Is there a way to have .php extensions show as .html extensions on the
> internet. Some sort of rewrite?
>
>
You could, but setting up your server to parse .html files as PHP.
However, this will create a lot of overhead on the server unnecessarily
parsing non-html pages.
But if you want to know how to do it (and why not to), try
alt.apache.configuration (assuming you're using Apache, of course).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|