Search Engine Friendly URLs are where a URL which once was "/index.php?m=faq&a=cat&display=How-do-I-access-my-control-panel" becomes "/faq/How-do-I-access-my-control-panel".
Add the code below to .htaccess file
# FAQ Home RewriteRule ^faq$ ./index.php?m=faq [L,NC] # FAQ Categories RewriteRule ^faq/([^/]+)$ ./index.php?m=faq&a=cat&display=$1 [L,NC]
Downloading the Latest Version
Performing an Upgrade
The steps needed to upgrade the addon can vary from version to version and so full steps, the general process for upgrading always remains the same:
Buyer Rating
Information |
---|
Version |
2.0.3 |
Framework |
WHMCS |
Created |
01 January 2012 |
Last Update |
13 August 2018 |
Supported Versions |
v6.x.x - v7.0.x - v7.1.x - v7.2.x - v7.3.x - v7.4.x - v7.5.x - v7.6.x |