php - Yii Boilerplate where to unzip files -
i'be been trying find answer no luck. should zip unzipped www directory? weird url sites localhost/myapp/frontend/. better have links localhost/myapp/ - putting files (including yii framework files) seems kind of not secure.
you may specify localhost directory editing file 000-default in etc/apache2/sites-enabled. edit these lines:
[4]documentroot /var/www [9]<directory /var/www/> for example, if myapp in www/myapp, you'd navigate page: localhost/myapp
Comments
Post a Comment