ranafaraz / dba_db

Yii2 Application to collect the record of Advocates of District Bar Association, RYK
0 stars 0 forks source link

Pretiffy URLs #4

Open ranafaraz opened 6 years ago

ranafaraz commented 6 years ago

Pretiffy the URLs of the application.

ranafaraz commented 6 years ago

Instructions

How to Make URLs user friendly:

Step 1: Open web.php located in config folder & place the following code after ‘mailer’ section: 'urlManager' => [ 'enablePrettyUrl' => true, 'showScriptName' => false, ], Step 2: Create .htaccess file in web directory having the following code:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php

Step 3: Save & reload the browser.

AnasShafqat commented 6 years ago

Sir I can't find the web.php file.

ranafaraz commented 6 years ago

Those instructions are for basic template. You have to work with advanced by yourself.

ranafaraz commented 6 years ago

You have to modify main.php located in config folder of backend.