Recent Topics

1 Mar 29, 2005 17:14    

Ok, this sounds stupid but I want to use b2evolution as my homepage but wen i go to the admin area it pops up my hosting admin thing as there is a preset address (/admin) for the hosting control panel so the /admin folder in b2evo doesnt work - is it possible to add a prefix to all the folders or something?

2 Mar 29, 2005 23:35

I haven't tested this, so I don't know for sure if it will work, but it's worth a try.

Rename the b2evo admin folder to something like admin2 (or whatever you want). Then open up /conf/_advanced.php and scroll down around line 311 and find this line:

$admin_subdir = 'admin'; 


Then change it to

$admin_subdir = 'admin2'; 

Then when you want to get to the backoffice, use www.yourdomain.com/admin2


Form is loading...