I host a blog on my site which allows users to customize their layout by editing the HTML code. The problem is, php will also work, and thats not good for security. As it is now, users must request this feature, so im safe for now, but i'd like to enable this for all users without worrying about security.
Is there a way i can prevent php scripts from being executed on these pages?
If it matters, im running apache/linux.