How to rewrite url in Phpfox

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "March 16, 2014";

(1)find htaccess.txt file in root directory

(2)rename it .htaccess

(3)now open server.sett.php file (includesettingserver.sett.php)

(4)find $_CONF[‘core.url_rewrite’] = ‘2’;

(5)replace it with $_CONF[‘core.url_rewrite’] = ‘1’;

(6)save file and clear cache from admin

 

 

}