Jump to content

conver page from .php to .html


bluetoother

Recommended Posts

is there a way to convert the page's extensionfrom .php to .html with out installing any programs on the serverin case web master is using a remote hosting serveri mean do it using php code//sorry guys the title starts with convert ,, not conver :)

Link to comment
Share on other sites

Uh, you mean just rename the file or make it so that PHP code in .html files is executed? If the former then you can use the rename() function, but the latter is not possible through PHP, you need to change the server's settings.

Link to comment
Share on other sites

Something like

RewriteRule (.*)\.php $1.html

That may work :) I'm not too good with regex

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...