Pages

How To Redirect To Another Action In Yii2

While developing web application we need to redirect to different url in our application. Redirect helps us to load different url from diffe...

0 Comments

How To Generate SEO Friendly URL in Yii Framework

We can configure the URL in Yii php Framework which helps to generate SEO friendly url. We can do it by using urlManager in our yii applicat...

1 Comments

How to Download Entire Website Using WGET on Linux

Sometimes we want to download or make offline version of website. If you are trying to do it then you can do it with wget command available...

0 Comments