Possible Duplicate:
Where can I find my Facebook application id and secret key?
What is $wgFbSecret for the Facebook Mediawiki extension? It can't be my password, since the $wgFbSecret token sits in the publicly viewable LocalSettings.php.
What is |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Just a stab in the dark here - no experience at all with
|
|||
|
|
LocalSettings.phpshould not be publicly viewable. If you want to be really sure, move the sensitive information to a file outside your webserver directories andinclude()that file fromLocalSettings.php. Having a line likeRewriteRule ^w/.*Settings\.php - [F,L]in your.htaccessfile isn't a bad idea either. – Ilmari Karonen Sep 30 '12 at 18:47