Friendly URLs
Many parts of WHMCS can be accessed through search-engine-friendly URLs. The way in which WHMCS processes these depends on your server environment.
Contents
What is a Friendly URL?
When you use Search Engine Friendly URLs, for example, a URL that looks like this:
becomes
You can enable these for the MarketConnect landing pages, announcements, downloads, and knowledgebase sections of the WHMCS Client Area.
Product and Product Group Friendly URLs
When you click Edit for a product group or product at Configuration () > System Settings > Products/Services or, prior to WHMCS 8.0, Setup > Products/Services > Products/Services, the system displays a link for the group or various links for the product. You can use these links to direct clients to a specific page or to load the product into their cart and immediately take them to the configuration step for that product.
For more information, see Linking to WHMCS.
Other Friendly URLs
The settings that affect WHMCS's behavior regarding other friendly URLs are in the General tab at Configuration () > System Settings > General Settings or, prior to WHMCS 8.0, Setup > General Settings.
Enabling Friendly URLs
To enable this for Apache environments:
- Go to Configuration () > System Settings > General Settings or, prior to WHMCS 8.0, Setup > General Settings.
- Choose the General tab.
- Set Friendly URLs to Full Friendly Rewrite.
- Click Save Changes.
To enable this for IIS environments:
- Ensure that the URL rewrite module is installed for IIS.
- Open IIS Manager.
- Go to the site you want to add the rule to.
- In the right pane, double-click and select urlrewrite.
- On the right side inbound rules, select import rules.
- Extract the mod_rewrite rules from the WHMCS's rewrite file at Configuration () > System Settings > General Settings or, prior to WHMCS 8.0, Setup > General Settings, in the Advanced Settings section.
- Paste those rules into the rewrite rules field.
- Click Apply.
Simple Mode Selection
Controls in the General tab at Configuration () > System Settings > General Settings or, prior to WHMCS 8.0, Setup > General Settings simplify the SEF mode that WHMCS will use.
WHMCS uses the URI path mode when it constructs URIs, URLs, or relative paths in rendered output (for example, links on pages).
You can choose the following URI path modes:
- Full Friendly Rewrite — This option will generate highly systematic URLs, which are excellent for search engines and visitors alike. They are completely decoupled from the file system.
- This mode is only valid in environments that support Apache mod_rewrite behavior.
- For example: http://example.com/knowledgebase
- Friendly index.php — This option will generate systematic URLs but is coupled to the filesystem. It is a good option for search engines and visitors if your environment does not support Apache mod_rewrite.
- This mode is only valid in environments that support Apache AcceptPathInfo behavior.
- For example: http://example.com/index.php/knowledgebase
- Basic URLs — This option will generate URLs that all web environments support. Most search engine technologies are capable of moderate to advanced indexing when analyzing these types of URLs. However, some internet users find these URLs unattractive and cumbersome.
- For example: http://example.com/index.php?rp=/knowledgebase
Your current mode setting will appear with a white background at the top of dynamic dropdown selection, as well as in the options list within a right-angle bracket denoting the selection.
The best option that WHMCS detects for your current environment will have a green background within the options list. All other options will have a blue background. You may select and override the system's best detected suggestion at any time to facilitate the optimal experience for you WHMCS. For example, you might do this if WHMCS was not running on an Apache server, where the system controls URL rewrites at the server level and applications cannot accurately observe them. You might also do it if a customization prepares link paths relative to the current link path and not as absolute path to WHMCS or the website.
When you select an option, the system saves it automatically. The current selection denotation and status label also update. If the selection is the same as what was detected as the best option, the status label will be green and read "System-Detected", otherwise it will be blue and read "Manual-Override".
Advanced Settings
Advanced Settings provides you more options and information so that you may manually optimizing your environment and WHMCS settings for Friendly URLs.
- The Path Mode tab allows you to manually override the system-detected URI path mode and shows which modes are supported by your environment.
- The Rewrite File tab allows you to manually select how WHMCS should control the rewrite file (.htaccess) as well as a copy of the WHMCS rewrite rules. Rewrite rules are used to alter inbound HTTP requests so that the application can effectively process Friendly URLs
Rewrite File Initial Evaluation
Upon installation (or upgrade to v7.2), WHMCS will perform an evaluation of your current environment. This evaluation will inspect the following:
A. Does the current environment support Apache Mod_Rewrite?
B. Is there an .htaccess file within the WHMCS root directory?
C. If there is an .htaccess file, are the contents identical to the suggested ruleset provided in htaccess.txt of previous WHMCS releases?
D. If there is an .htaccess file, and it is not identical to previous releases' ruleset suggestions, do the contents contain the WHMCS comment marks indicating WHMCS has leveraged this file in the past?
After the evaluation, one of the following will occur:
- If the current environment is not supported (not A), then Auto-Managed Rewrite is disabled and and no further action will be taken.
- If the environment is supported (A) and a .htaccess file does exist (not B), Auto-Managed Rewrite will be enabled and a fresh .htaccess file will be created with the latest WHMCS rewrite ruleset. Any future update of WHMCS that requires a change to the rewrite ruleset will be applied automatically during the update process.
- If the environment is supported (A) and there is an .htaccess file (B), only if the contents are solely WHMCS content (C) or the WHMCS ruleset has been managed by WHMCS automation along with your own custom rules (D) will Auto-Managed Rewrite be enabled. The current .htaccess file will be updated to the current WHMCS ruleset. Any future update of WHMCS that requires a change to the rewrite ruleset will be applied automatically during the update process.
- If the environment is supported (A) and there is a .htaccess file (B), but it is not solely WHMCS content or there is no indication that WHMCS can manage its rules along side your custom rules (neither C or D), then Auto-Managed Rewrite is disabled and no further action will be taken.
Manual Management
At any time you may enable or disable Auto-Managed Rewrite. When this option is enabled, any new rules issued as part of a WHMCS update will be applied to the .htaccess file of the WHMCS root directory during the update process. Your Auto-Managed Rewrite toggle selection is immediately saved on change.
Manually enabling Auto-Managed Rewrite will not automatically reevaluate or synchronize the WHMCS ruleset. Likewise, disabling Auto-Managed Rewrite will not inspect or alter the contents of .htaccess.
When the Advanced Setting dialog is opened, if the current contents of .htaccess are not in-sync with the WHMCS ruleset, you will have a Synchronize option. This option is provided regardless of the Auto-Managed Rewrite setting. To synchronize the ruleset, simply click the Synchronize button that is below the Auto-Managed Rewrite toggle. Synchronization will occur immediately when this button is clicked.
When rules are applied to .htaccess, they are placed between comment markers that clearly indicate the beginning and end of the WHMCS ruleset. If you require custom rulesets for other destinations within the WHMCS root directory, make sure that you place them before or after these comment markers.
WHMCS Rules
A copy of the WHMCS ruleset for your current version of WHMCS is displayed for your inspection and application. Some web environments provide alternative mechanisms for performing URI rewrites on inbound HTTP requests. Your system administrative staff should be able to update your alternative web environment based on this information to fully utilize the Friendly URLs feature of WHMCS.
### BEGIN - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ### <IfModule mod_rewrite.c> RewriteEngine on # RewriteBase is set to "/" so rules do not need updating if the # installation directory is relocated. It is imperative that # there is also a RewriteCond rule later that can effectively get # the actual value by comparison against the request URI. # # If there are _any_ other RewriteBase directives in this file, # the last entry will take precedence! RewriteBase / # Redirect directories to an address with slash RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+[^/])$ $1/ [R] # Send all remaining (routable paths) through index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Determine and use the actual base RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$ RewriteRule ^.*$ %2index.php [QSA,L] </IfModule> ### END - WHMCS managed rules - DO NOT EDIT BETWEEN WHMCS MARKERS ###