I'm trying to hide actual sub-directory from url path using mod_rewrite.
The folder actual name is members and i want users to use area instead.
The code I'm using works but no images or relative stuff is loading. The rule is missing certain parameters. Can you point me in the right direction?
RewriteEngine on
RewriteRule ^area/$ /members/$1
Like I said, code works and index page loads, but all relative images, includes and other don't.