Kindly write about, from where we can change the url from www.domain.com to www.domain.com/online
Hi Prachait
I haven't tried this (since I no longer run a Tiki site), but the following should work for you:
First of all, add the "RewriteBase" command to the top of your .htaccess, just below the "RewriteEngine On" line:
Code:
RewriteEngine On RewriteBase /online/
/tiki-view_articles.php
Becomes:
/online/tiki-view_articles.php
That's it
Let me know if it works?
David