How do I block direct access to critical files using .htaccess?
Critical files, Let say configuration.php file for Joomla 1. Make a backup copy of your .htaccess file. Use your backup file to recover if the following fails. Be sure to…
Critical files, Let say configuration.php file for Joomla 1. Make a backup copy of your .htaccess file. Use your backup file to recover if the following fails. Be sure to…
Most servers are configured so that directory browsing is not allowed, that is if people enter the URL to a directory that does not contain an index file they will not see the contents of the directory but will instead get an error message. If your site is not configured this way you can prevent directory browsing by adding this simple line to your .htaccess file:
(more…)
If you can’t edit a certain file and give you an error message, you will need to change the owner for that file or folder.
How?
(more…)