I've seen website that use php, but ve html extension. e.g. www.something.html?page=login
how do i configure in my windows registry for the above to work.
what is the path in registry.
Hoping 4 a postive response. thanx
Hi,
It isn't your windows configuration, is your web server configuration.
With Apache, edit httpd.conf and add:
AddType application/x-httpd-php3 .php3 .html
if you are using php3.
Josemi