Simple PHP Question.........?

VB.NET Lover

New member
How can I access the .htacess (or is it .htaccess) file in PHP if I have Hostway? I want to change it to allow parsing of PHP commands in HTML and HTM files. Thanks!
 
answer
http://answers.yahoo.com/question/index;_ylt=AhrQNJkT7WDYlkFmHTr3Jsfsy6IX;_ylv=3?qid=20090430131837AAJZjU6
 
If Hostway allows you to use PHP, you need to save the files with a .php extension instead of .htm or .html. Then the PHP commands will be parsed.
 
Back
Top