edit your .htaccess file: RewriteEngine OnRewriteCond %{SERVER_PORT} 80RewriteCond %{REQUEST_URI} DirectoryNameRewriteRule ^(.*)$ https://YourDomain.com/DirectoryName/$1 [R,L] this will force https on the directory “DirectoryName” replace DirectoryName with your directory and YourDomain.com with your domain.
Read More...