KGM12 Posted August 13, 2014 Share Posted August 13, 2014 I cannot find the location to change the knowledgebase pretty permalinks because it is interfering with the WordPress theme permalink. Thanks 0 Quote Link to comment Share on other sites More sharing options...
TekStorm Inc - James Posted August 13, 2014 Share Posted August 13, 2014 Have a look here. 0 Quote Link to comment Share on other sites More sharing options...
KGM12 Posted August 14, 2014 Author Share Posted August 14, 2014 I figured it out when you install WHMCS it overwrites the htaccess, so I had to rewrite the WP access and it was solved, thanks for your response. For future troubleshoot. WHMCS <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> 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.