i have the plugin mobille
http://www.oxwall.org/store/item/326
but when i do:
define('OW_DEBUG_MODE', false);
define('OW_DEV_MODE', false);
define('OW_PROFILER_ENABLE', false);
define('OW_USE_CONTEXT', 1);
}
else
{
/**
* Make changes in this block if you want to enable DEV mode and DEBUG mode
*/
define('OW_DEBUG_MODE', false);
define('OW_DEV_MODE', false);
define('OW_PROFILER_ENABLE', false);
define('OW_USE_CONTEXT', 1);
it still moves to the old mobile site, where or what can i do so that it go's to mysite.com/mobille and not to mysite.com/mobile?