- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
whats wrong with "AddHandler application/x-httpd-php .html"? I added it in my .htaccess so I can write php in my html files. But nothing shows up. Neither the code or the text. I used
PHP:
<?php
echo 'hello';
?>