I\'m trying to get the following effect (using this local file http://localhost/[company_name]/[project_name]/.htaccess):
http://localhost/[company_name]/[project_name]/.htaccess
http://localhost/[comp
Please use this format in .htaccess,
.htaccess,
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1/ [L,R=301]