Generates the .htaccess file from the current server configuration. A backup of the existing file is saved as .htaccess.admintools.
wp admintools htmaker make [--dry-run]
--dry-runPreview the generated .htaccess content without writing it to disk.
Generate and write the .htaccess file:
wp admintools htmaker make
Preview what would be generated without writing:
wp admintools htmaker make --dry-run
Success: .htaccess file generated and written successfully.