Deny acess to the homepage
Deny acess to the homepage
How do i deny access to the homepage (only homepage) of CMSMS frontend?
Re: Deny acess to the homepage
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?
Did you mean deny edit access to the home page on the backend?
Re: Deny acess to the homepage
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
You could probably do something fancy with .htaccess.
Re: Deny acess to the homepage
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...