Page 1 of 1

Deny acess to the homepage

Posted: Thu Aug 23, 2012 12:35 pm
by Joseph777
How do i deny access to the homepage (only homepage) of CMSMS frontend?

Re: Deny acess to the homepage

Posted: Thu Aug 23, 2012 7:46 pm
by Wishbone
What is it you are trying to do? Why would you deny access to the home page but allow other pages? Who are you trying to deny access to? Are you allowing FEU's to access, etc?

Did you mean deny edit access to the home page on the backend?

Re: Deny acess to the homepage

Posted: Thu Aug 23, 2012 8:04 pm
by Joseph777
I want, when I visit domain.com (homepage) I want to see error 403 (Forbidden), but other subpages (domain.com/contact/ ...) will be functional

Re: Deny acess to the homepage

Posted: Thu Aug 23, 2012 8:29 pm
by Wishbone
You could probably do something fancy with .htaccess.

Re: Deny acess to the homepage

Posted: Thu Aug 23, 2012 8:36 pm
by Dr.CSS
Just put a blank index.html file in the root and most servers will show that instead of the index.php that would show the site, you will have to use mysite.com/index.php to see the actual home page and all other pages will still work...