Hello
All, I need to authenticate users before allow to view
website. using Apache2.4 if users don't have web_route
they will be redirected. The condition & rule works
but then Joomla URL don't work. Can someone please help? <Directory "/home/joomla">
Options Indexes FollowSymLinks RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] |