Setting up www.domain.com/username affiliate links
To setup www.domain.com/username affiliate links, follow these steps:
- Open up /system/application/config/routes.php
- for the following line, change it from:
define('AFFILIATE_ROUTE', 'affiliates');
$route[AFFILIATE_ROUTE.'/:any'] = "refer/id/$1";
to:
define('AFFILIATE_ROUTE', '');
$route[AFFILIATE_ROUTE.'/:any'] = "refer/id/$1"; - Save the file.
- Open up the /system/application/config/config.php file
- Make sure that the following config option is set to false:
$config['content_enable_se_title_urls'] = false; - If it is not, change it to false, then save it.
- your links will now look like:
http://www.domain.com/username
