MyBB Community Forums

Full Version: Modify .htaccess
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have Dynamic IP, router, end my .htaccess looks like this...

<files config.php>
Order deny,allow
deny from all
</files>

It's ok ????
That will deny everyone access to your config.php file, is that what you wanted?
yes, that's what I have here, too.

@pyridine: that's a security feature. only the server itself needs access to the file.
Yes, end for restrict to ACP it's work?
This has nothing to do with the ACP.

If you want to secure that (with an extra layer), you'll have to use .htpasswd/.htaccess for the folder your ACP is in (default: /admin).