I am attempting to change the URL of my site, to make it more user friendly.
Currently users must navigate to www.domain.com/client/client/
. I wish to display this as just www.domain.com/client
. However, I still require the file path /client/client
to exist (IE: there are files in /client/client that use ../folder
, and I need these to still work)
Does anyone know if RewriteRule can accomplish this, or how else to accomplish this?