Last active
February 14, 2019 11:24
-
-
Save NazmusShakib/6e698597b06531c801af311103196e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install libapache2-mod-php7.0 php7.0-xml php7.0-gd php7.0-opcache php7.0-mbstring php7.0-fpm php7.0-intl php7.0-imap php7.0-pgsql php7.0-soap php7.0-zip php7.0-bcmath php-pear php7.0-zip php7.0-curl php7.0-mysql php7.0-mcrypt | |
# Need to modify and run:: | |
$ vim /etc/apache2/apache2.conf | |
<Directory /var/www/> | |
Options Indexes FollowSymLinks | |
AllowOverride All # None to All | |
Require all granted | |
</Directory> | |
$ sudo a2enmod rewrite | |
# restart server | |
$ /etc/init.d/apache2 restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment