While trying to add a new file .htaccess, I can’t do it though Filezilla client or MonstaFTP. After making any changes in htdocs folder, it can’t get saved and the window appears showing me "Error during FTP download, file not found: “/.htaccess”.
ah ! sorry I read your first post with my eyes closed
you cannot upload files to / only to /htdocs onwards
I wouldn’t worry about the missing /.htaccess as it shouldn’t cause any issues
it only contained some settings for default index and error pages, I think the hosting works fine without it
#
# DO NOT EDIT THIS FILE
#
# Create a new .htaccess file in your htdocs
# directory (or example.com/htdocs/ directory)
# to add your own rules or override these rules.
#
##################################################
DirectoryIndex index.php index.html index.htm index2.html
ErrorDocument 403 https://errors.infinityfree.net/403/
ErrorDocument 404 https://errors.infinityfree.net/errors/404/
ErrorDocument 500 https://errors.infinityfree.net/errors/500/
im going to test that theory right now, one moment…