mrojnetsky
mrojnetsky
@michield hi there. As mentioned above, I want to keep my changes separate from phplist, thus I have .htaccess inside my root folder. I don't know how you would tell...
@michield thanks for the information. @samtuke Agree, I will try to relax the RewriteCond and see if I can block php files only or subset of them. If I find...
@samtuke I come up with something that I think works: ``` Options -Indexes RewriteEngine On RewriteCond %{REQUEST_URI} ^/phplist/admin RewriteCond %{REQUEST_URI} !^/phplist/admin/ui RewriteCond %{REQUEST_URI} !^/phplist/admin/js RewriteCond %{REMOTE_ADDR} !=x.x.x.x RewriteRule ^(.*)$ -...