html help
05-12-2010, 06:50 AM,
#8
RE: html help
Quote:Make sure if you do what Zack suggested, the extension should be .php instead of .html or .htm.

Or if you wanna be a little nerdy, you can make the server parse the php with .html or .htm extensions by adding a .htaccess file with the following settings :):

Code:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
Reply


Messages In This Thread
html help - by Mone - 03-15-2010, 04:54 AM
RE: html help - by Zach - 03-15-2010, 05:33 AM
RE: html help - by HiddenKnowledge - 03-17-2010, 03:40 AM
RE: html help - by Zach - 03-17-2010, 06:30 AM
RE: html help - by trainhappy - 04-11-2010, 07:07 AM
RE: html help - by HiddenKnowledge - 04-11-2010, 07:08 AM
RE: html help - by maniaC - 05-04-2010, 04:33 AM
RE: html help - by Vanilla - 05-12-2010, 06:50 AM
RE: html help - by citrorm - 07-09-2010, 06:42 PM

Forum Jump: