Hi -
we have a website which has been setup not being in the root directory and the path is as follows.
www.website.org/site/
Now we want to move everything in the root and outside the /site/ folder.. (Which is fine... I can just move files around)... But keeping in mind that we want to have a wildcard redirect for any traffic coming to the /site/ directory to redirect to the main website.
for instance..
users coming to:
www.website.org/site/somepage/somethingelse.html
should automatically be redirected to:
www.website.org/somepage/somethingelse.html
any help?