directory - Hide url in subdirectory install? (drupal) -
in site use version 7 of drupal , linux os on server, , need hide subdirectory of installation when access link ...
explaining better: current link: example.com/folder want change only: www.example.com. searched in various forums, websites , how old subject, believe there change in code hide / delete symbolic url paste ... in folder / root .htaccess created left this:
options + followsymlinks rewriteengine on rewriterule ^ (. *) $ folder / $ 1 [l]
thus, access site, index remains without folder ... want whole site without referencing subfolder installed ... how do this? thank you
please changing $base_url in settings.php file , may need change re-write rules in .htaccess!
hope helps...
Comments
Post a Comment