Pasted from the beta release notes
Quote:
The variables and their default values:
* $mosConfig_sefReplacement = "-";
* $mosConfig_sefSuffix = ".html";
* $mosConfig_sefLowerCase = 0; // 1 = yes ; 0 = no
* $mosConfig_sefShowSection = 1; // 1 = yes ; 0 = no
* $mosConfig_sefHideCat = 0; // 1 = yes ; 0 = no
* $mosConfig_sefUseAlias = 0; // 1 = yes ; 0 = no
mosConfig_sefReplacement
------------------------
is the character that replaces all spaces. Typically - or _
|
I've change the "-" to "_" but I got a 404 error... why?
=================================================
[SOLVED]
Empty the mos_redirection table
change the setting to "_"
Load the page.. NO ERROR
