: Joomla internal only page I have a LAMP setup and Joomla. I want to have some URLs/pages in my Joomla website only internally to my subnet. Is there a file/URL equivalent for Directory like
I have a LAMP setup and Joomla. I want to have some URLs/pages in my Joomla website only internally to my subnet. Is there a file/URL equivalent for Directory like this?
<Directory /usr/share/biowiki>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order deny,allow
deny from all
Allow from subnet-address
</Directory>
Or is there any alternative to achieve this?
More posts by @Goswami781
1 Comments
Sorted by latest first Latest Oldest Best
did it my self using Location
<Location /contact/login-here>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order deny,allow
deny from all
Allow from subnet-ip
</Location>
this will mean URL mywebserver.com/contact/login-here is viewable only locally.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.