I wanted to know if there is any way to change .htaccess via php.
An example of what I want is that by htaccess I can restrict the access of a given ip with the command:
deny from 67.114.135.60
If I wanted to "unlock" user access via php (in an administrative area for example), without having to tinker with the file itself, would I have this possibility via php?