x00
MVPx00 MVP
Reactions
-
Re: Which PHP files are necessary for public access?
@openletter I think you need to a broader under of nginx server rules. I'm not advocating a server wide enabling of php files. I would maybe read some books on the subject. We can give you pointer, a… (View Post)2 -
Re: Which PHP files are necessary for public access?
You don't want other php to be loaded an plaintext, becuase then the van view the content . Like hbf says you want all requests except static content to be routed through php. You can simply deny acc… (View Post)1 -
Re: [phpbb3] Errors when Exporting, no user table on import
did you follow my advice? (View Post)1 -
Re: Thoughts about separation of discussions and comments
You should look up JOIN in mysql. Just becuase something isn't in a model does mean you can't query it, and model can be extended through magic methods. SQL despite is faults is very versatile, and t… (View Post)1 -
Re: Related discussions or another post
You can but as it will index anyway there wouldn't be much point, I suppose google offers some advantages, but as sphinx indexes the database, it is more accurate generally. (View Post)3
