I am just exploring campsite. As a part of it, i followed all instructions of installing phpwrapper for php scripts support. However, face following problem:
With the login form on the frontend, i can login as Admin but again the admin interface is not the one that iam redirectoed to but redirected to the frontend.
To Reach the admin i login as admin from frontend (using package template # 3) and then i type:
I uninstalled campsite
Installed Campsite 2.5
Imported packagetemplate 3 sample
Admin worked fine
Then again tried phpwrapper
Same issues. Every action on Admin redirects me to frontend.
Nothing in error logs
moment i remove the .htaccess file, everything starts function, otherwise every admin action which ends in a php extension just takes me to frontend. register_globals is On
admin actions with php?blahblah works well. So looks like some issue with the rewrite rules??