1) WordPress not Install in Root Folder.
=> for us make folder “domainnamewebsite” e.g “yewtecwebsite”
2) if you not install Worpress in Root Folder then Change index.php and htaccess File.
3) At installtion Time Prefix “_wp” change to any 4 charcter.
4) After Installtion Complete Create % Dummy Account then create Our Final admin user then delete All dummy
account even that userthat make on installation.
5)After website Complete add following statement in wp_config.php File at last of file.
=>define( ‘DISALLOW_FILE_EDIT’, true );
define( ‘DISALLOW_FILE_MODS’, true );
6)After website Complete wp_config.php File MAKE permission Of 444.
7) After website Complete Install Folder Make permission Of 444.
=> e.g folder “yewtecwebsite” make permission 444.
8) Allow WordPress Update .
Steps for Debug #
/* Enable WP_DEBUG mode */
1) define( ‘WP_DEBUG’, true );
/* Enable Debug logging to the /wp-content/debug.log file */
2) define( ‘WP_DEBUG_LOG’, true );
/* Disable display of errors and warnings */
3) define( ‘WP_DEBUG_DISPLAY’, false );