We can use the following command to direct all links to the home page with htaccess Apache.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?path=$1 [NC,L,QSA]
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket