Originally posted by Repetitive Monkey
Do you want to enable php code in .html files to run? If so, it's just a matter of putting this in your .htaccess:
Originally posted by Sama Thanks guys,
I'ts over my head, so I am sure I don't make much sense.
I bought a site writtten in php, I want to make some changes to the pages and I cannot. I don't know how to edit it in notepad.
Hey! ;)
Do this ... access the pages through your browser, right click and view source. Find the HTML you want to edit ... make a search in the PHP scripts for that string ... WHOLA you'll find where to edit. Just don't edit any of the actual code, just the HTML.
And remember ONE thing...... if the HTML code has --> " <-- in the beginning and the end ...
f.i: "html code <a href='hoho'>hoho</a>"
Then you can NOT use any --> " <-- in the code, instead use --> ' <-- ... and vise versa.
Uhh yeah, I do agree that you should probably hire someone to help you instead. Or if it's just a tiny thing hit me up on ICQ 3652156 and I'll guide ya through it!
Originally posted by Repetitive Monkey
Do you want to enable php code in .html files to run? If so, it's just a matter of putting this in your .htaccess:
AddType application/x-httpd-php .htm .html
I used something similar in the past, and it's a good solution
Comment