Create an .htaccess file in each directory that contains XHTML files configured to block the PHP parser from interpreting the start of the XML header as PHP code. (shortened ?php tag) The content of the .htaccess file should be: php_value short_open_tag 0 {empty line} {EOF} Sorry for the long upload.
Dude you rock! Thank you so much!!! This worked great.
You sir, you are a fucking boss!
Many thanks for this video, i works perfectly. Although took a little understand.. was not easy to see what you were doing… Maybe narrate next time…
But very happy, many thanks…
excellent! works!!!
and only needed to copy it to the public_html directry too
Gracias me ayudo mucho!
THANKS!
I love YOU!
Thx!
Greatest thing is that after applying this patch, you can publish directly from iWeb
Thanks!
Thanks! This is exactly what I needed. Due to the recursive nature of .htaccess files, I only needed to put it in the public_html directory.
Thank you!!!
thanks dude it work!