Anarchy Angel submitted a new resource:
Nginx rewrite code for phpBB 3.0.x to XF with SEO urls. - rewrite rules for default phpBB urls to XF SEO urls.
Read more about this resource...
I am trying to set up my deployment workflow for XF. Right now this is how I make changes:
1. Pull from private repository. Pull production database from live and apply to local devel database.
2. Make changes on devel branch and merge to master when fully tested / approved.
3. Push changes...