phpmyadmin getting me code instead of console
Answer:-
Maybe just PHP is not enabled in Apache? Try this command
# a2enconf php (php-version)
Eg.
#
root@Akwal:~# a2enconf php7.1-fpm
Enabling conf php7.1-fpm.
To activate the new configuration, you need to run:
service apache2 reload
root@Akwal:~# service apache2 reload
* Reloading Apache httpd web server apache2 *
Helpful Link
Answer:-
Maybe just PHP is not enabled in Apache? Try this command
# a2enconf php (php-version)
Eg.
#
root@Akwal:~# a2enconf php7.1-fpm
Enabling conf php7.1-fpm.
To activate the new configuration, you need to run:
service apache2 reload
root@Akwal:~# service apache2 reload
* Reloading Apache httpd web server apache2 *
Helpful Link
0 comments:
Post a Comment