Ola there
I run multiple domains under the same shared hosting account, so I have the following files:
/home/joe/domain1.com/.htaccess
/home/joe/domain2.com/.htaccess
/home/joe/domain3.com/.htaccess
Each file contains duplicate data (for example, deny from stupid.web.bot).
Is there a way to have one file that is split into multiple .htacess files? (something like a bash command source)
source
share