Jump to content

[SOLVED] .html mask


R0bb0b

Recommended Posts

Sometimes I will come across a site with html pages that are clearly developed with php.  For example, if you go to daniweb, their forums have an html extension in the address bar but the data is clearly pulled from a database on the fly.

 

Here is the header info:

Date: Sat, 11 Oct 2008 07:25:31 GMT

Server: Apache/2.2

X-Powered-By: PHP/5.1.6

Cache-Control: private

Pragma: private

Keep-Alive: timeout=10, max=400

Connection: Keep-Alive

Transfer-Encoding: chunked

Content-Type: text/html; charset=utf-8

 

200 OK

 

They are using php 5.1.6 and I'm sure this is a php page masked to be html.  How is this done, mod rewrite or is there another trick to it?

Link to comment
https://forums.phpfreaks.com/topic/127952-solved-html-mask/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.