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
RewriteCond %{REQUEST_URI} !(/$|\.) RewriteRule (.*) %{REQUEST_URI}/ [R=301,L]