|
Written by Ray Gilman
|
|
Friday, 18 April 2008 |
|
How do I Enable Search Engine Friendly (SEF) Links?
CB Boss is distributed with Search Engine Friendly URL's disabled, but you can enable this feature by making a couple changes. The changes needed include, modifying the cb_boss_config.php and renaming the htaccess_rename_me.txt.
Enabling SEF URLS
1.) Open the cb_boss_config.php file and change the variable $cb_boss_config['use_rewrite'] to a value of 1, while being careful not disturb the single quotes on either side of the value.
Example:
$cb_boss_config['use_rewrite'] = '1';
2.) Rename the htaccess_rename_me.txt to .htaccess (that's a dot in front of htaccess)
That should be all that's needed. If you encounter a 500 error, then reset the $cb_boss_config['use_rewrite'] variable to 0 and rename or remove the .htaccess file. Chances are that server is not compatible with Mod Rewrite.
|
|
Last Updated ( Saturday, 27 December 2008 )
|