Code: Select all
AccessFileName .xyz
Background: for security or compatibility issues you may want to move away from files nameed .htaccess to files named whatever lets say .xyz.
as for compatibility issues there is an easy workaround by just linking
Code: Select all
ln -s .xyz .htaccessAs it should not be too hard to read the AccessFileName setting of the apache2.conf File from php, one might want to change the very code to use the setting made by the siteadmin instead of constantly writing to .htaccess (which is probably not used according to what was mentioned above. (e.g. in line 57 of /include/admin/configuration.inc.php)