Hie guys i ca not access subdomain on filezila ftp

Hihe guys i ca not access subdomain on filezila ftp
also if i use RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.php [NC,L]
RewriteRule ^([^.]+)$ $1.html [NC,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

i get this error

Not Found

The requested URL was not found on this server.

Hello–

Can you provide more information about both issues? Can you connect to the server with filezilla at all? Are you looking for the subdomain files in the directory for the parent domain?

What are you trying to accomplish with your rewrite? Perhaps a real-world example would make it easier for someone to assist you with writing the rewrite you are looking for.

Thank you,
Brandon