Hello everyone,
I've enabled mod_rewrite and read through the forum "sticky" post to see if I missed anything, but still a no go for me unfortunately.
Joomla is installed under "example.com/_usr/example1". What I would like to achieve is to never have the public see "_usr/example1" anymore, so just "example.com" and of course any trailing pages that I create in the future.
End result = Removal of "_usr/example1".
I tried the following code, but it never worked and I'm sure I'm far off from the solution.
RewriteEngine On
Options +FollowSymLinks
RewriteRule ^_usr/example1/
http://example.com/? [R=301,L]
Any assistance would be greatly appreciated!