Has anyone else noticed that when creating WordPress sites under subfolders, e.g. /devone/ or /devtwo/, the WordPress rewrite section is missing from the .htaccess file?
This causes the WordPress admin auto-login URL to fail with a 404.
Adding the standard WordPress rewrite rules manually fixes the issue.
Edit: To add, if the LiteSpeed plugin is not automatically installed, no .htaccess file is created in the WordPress subdirectory. This may be related to the parent directory's .htaccess configuration, as the parent contains its own rewrite rules.
Enhance also keeps regenerating the parent .htaccess, so any changes made to the parent file are overwritten. No matter what configuration is tried there, Enhance restores its own rewrite rules.