Gadianton Posted June 11, 2003 Posted June 11, 2003 I do all my php development using .html files, so that it's more transparent to the user what's actually going on on the backend. With other hosts, I've used .htaccess files to change it so that .html files are treated just as .php files are. Does anyone know how to do this through TCH using either cpanel or a .htaccess file? I've tried the following line in my .htaccess file in the public_html directory, but it didnt work: AddType application/x-httpd-php4 .html Thanks Gadianton Quote
borfast Posted June 12, 2003 Posted June 12, 2003 You need to put something like this in .htaccess: ><Files *.html> ForceType application/x-httpd-php </Files> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.