Haven't tested it yet, but maybe you can try by creating a .htaccess file in the root folder containing these rules:
Code:
RewriteEngine onRewriteCond %{HTTP_HOST} ^www.example.com [NC]RewriteRule ^(.*)$ /your_joomla_folder/$1 [L,R=301]
Statistics: Posted by sikumbang — Mon Apr 15, 2024 11:00 am