Quote:
Originally posted by MattO
That's why all my content is in a SQL database and can't be hotlinked, it has to be called from a query on my server.
|
are you absolutely sure holding all binary files in database is a good solution?
ever tried to hold all this files outside the webserver root and just access them with script?
(it's much better and doesn't make your server load skyhigh)