Is it possible to do something likefreehosts have that in each clients' html file is inserted some ad by using apache?
How can it be done? And I mean without user inserting pieces of code into his html files.
thanks.
How about: when the client saves the edited HTML file, use PHP to append the beginning of said file with the ad code. When the file is called to edit, you remove the ad code.
Won't that work?