Forum Moderators: coopster & phranque

Message Too Old, No Replies

About webmasterworld

         

orion_rus

10:27 am on Dec 8, 2004 (gmt 0)

10+ Year Member



I want to know how they use a html and it keeps sessions? i think it's impossibble of cause if html is not a php extension)

bloke in a box

11:55 am on Dec 8, 2004 (gmt 0)

10+ Year Member



.htm / .doc / .widget is purely as extension and they normally have a default method in which they are interpretted.

Using Apache you can alter the mime type so that anything can be parsed as php / cgi etc.

WWW also uses mod_rewrite (or similar) to make the static looking pages redirect to a dynamic script.

That's the basics of it.

Birdman

11:58 am on Dec 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



And the session is tracked via cookie. If you turn cookies off, you're no longer logged in.