lokmanugur.com - LOKMAN UĞUR – This Blog Takes Notes About My Experience

Description: This Blog Takes Notes About My Experience

Example domain paragraphs

This Blog Takes Notes About My Experience

git reset --hard : roll back all of local changed code fetch : synchronize code history between remote and local pull : clone all code from remote

If your apache server doesn't execute php script use following command and adjust php and apache server. sudo apt-get install apache2 php8.1 libapache2-mod-php8.1 will install everything you need and will start the apache server with support for PHP. To verify that the php module is loaded, type: a2query -m php8.1 if not enabled, then load … Continue reading Execute php script on apache server