Posted by ZeldorBlat on 10/24/07 03:29
On Oct 23, 11:04 pm, Lamer <Galat...@gmail.com> wrote:
> is there a way that I can make my own file extension and have it load
> as php?
>
> from this:
> example.com/something.php
> to this:
> example.com/something.extension
You want something like this:
AddType application/x-httpd-php .foo
That will cause files with the .foo extension to be run through the
PHP engine.
Navigation:
[Reply to this message]
|