Posted June 22, 20159 yr I'm about to do a fresh install and looking at ways to secure the ACP, after reading forum posts and tutorials I'm finding that in version 4.X the initdata.php has been re-imagined and I assume replaced with init.php? On line 52 of init.php, is this where I need to edit to change my ACP directory name?Thanks
June 22, 20159 yr Don't edit init.php. Create a constants.php file with the settings you want:eg.<?php define( 'IPS_FILE_PERMISSION', 0666 ); define( 'IPS_FOLDER_PERMISSION', 0777 ); define( 'COOKIE_DOMAIN', ''); define( 'COOKIE_PATH', '/');
June 22, 20159 yr Author Don't edit init.php. Create a constants.php file with the settings you want:eg.<?php define( 'IPS_FILE_PERMISSION', 0666 ); define( 'IPS_FOLDER_PERMISSION', 0777 ); define( 'COOKIE_DOMAIN', ''); define( 'COOKIE_PATH', '/'); Excellent.Thanks for the quick reply and support.
Archived
This topic is now archived and is closed to further replies.