Online Forum To Support Coders With Technical Assistance - Read Write Execute

How to rewrite url in Phpfox

Ankit Agrawal
Ankit Agrawal
Published on March 16, 2014 · 1 min read

(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

 

 

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article How to access admin side of in phpFox ? Next Article → How to clear cache in Phpfox