Running Both WordPress and Yii2

Running Yii2 and WordPress on the Same Server A lot of people around the web seem rightfully confused about running both WordPress and Yii2 together. In other words, you’re running a Yii server with your application on yourdomain.com but wish to run WordPress at yourdomain.com/blog! How do you do it? After I launched Meeting Planner, […]

Read More

Github: How to revert multiple commits

If you haven’t generated dependencies for other collaborators with your code and you wish to back up several commits, this should work just fine: $ git reset –hard HEAD is now at xxxxxxx Description $ git push -f Total 0 (delta 0), reused 0 (delta 0) To https://github.com/username/repository.git + 725b5eba…12739094 master -> master (forced update)

Read More