How to block specific route on yii? View Questions › Category: Code › How to block specific route on yii? 0 Vote Up Vote Down admin Staff asked 4 years ago I want to block specific URL / route on yii 1 Answers 0 Vote Up Vote Down admin Staff answered 4 years ago Add this to .htaccess file on web root RedirectMatch 403 ^/site/register?$ Replace /site/register with the route you are trying to block