change path http://mysite.com/ads/ to http://mysite.com/adsfree/ leaving unchanged the rest of the module with the same words ..
i change the folder ads on adsfree
I replaced on install.sql all the modules/Boonex/ads/ with modules/Boonex/adsfree/
and sys_permalinks exemple: ('modules/boonex/ads/classifieds.php?action=show_all_ads', 'ads/all_ads/', 'permalinks_module_ads'), with: ('modules/boonex/adsfree/classifieds.php?action=show_all_ads', 'adsfree/all_ads/', 'permalinks_module_ads'),
on all php file the 'module_uri' => 'ads', with 'module_uri' => 'adsfree',
and all the boonex/ads to boonex/adsfree
and all ads/ to adsfree/
and on config.php the 'home_dir' => 'boonex/ads/', to 'home_dir' => 'boonex/adsfree/',
and is not work.. where i wrong?