SametALMDR Posted April 11, 2021 Share Posted April 11, 2021 Hello everyone, As all we know WHMCS provides us some Friendly URL types. But they are all in english format. From : https://baseuri.com/index.php?rp=/knowledgebase To : https://baseuri.com/somebase Under the "RewriteBase / " I tried those things but did not work. RewriteRule ^somebase$ knowledgebase.php [L,NC] (Redirects to knowledgebase) RewriteRule ^somebase$ index.php?rp=/knowledgebase [L,NC] RewriteRule ^(.*)$ index.php?rp=$1[L,NC] Can anybody help me 🙂 Thanks to whoever will answer 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.