in my site I use version 7 of Drupal and Linux OS on the server, and need to hide the subdirectory of the installation when access by LINK … explaining better: Current link: www.site.com/folder I want to change for only: www.site.com I searched in various forums, websites and how is an old subject, I believe that there was a change in the code to hide / delete the symbolic url paste … In the folder / root .htaccess I created left like this:
Options + FollowSymlinks RewriteEngine On RewriteRule ^ (. *) $ Folder / $ 1 [L]
Thus, to access the site, only the index remains without the folder … I want the whole site be without referencing the subfolder where it was installed … How do I do this? thank you
Sponsored by SupremePR