Page 1 of 1

keep cms in subdir and redirect from root ???

Posted: Fri Aug 25, 2006 12:38 pm
by corvus
Is it for security reasons possible to keep my cms in a subdir (/strangename)
and redirect from root to this subdir ??

So in the internet explorer the actual dir is not shown as

"http://www.mysite.xx/strangedir"

but as

"http://www.mysite.xx/"


regards,


Jeroen Mulder

Re: keep cms in subdir and redirect from root ???

Posted: Sun Aug 27, 2006 11:49 am
by Dee
It's possible to move the admin directory and set $config['admin_dir']
There's no security reasons I can think of to move the frontend.

Re: keep cms in subdir and redirect from root ???

Posted: Sun Aug 27, 2006 2:38 pm
by tsw
but if you want you can.

check the default .htaccess file you need to change it a bit but it should be quite easy

Re: keep cms in subdir and redirect from root ???

Posted: Sun Aug 27, 2006 6:09 pm
by mahjong

Re: keep cms in subdir and redirect from root ???

Posted: Mon Aug 28, 2006 8:25 pm
by corvus
Great I am going to try that.

Thanks for the response