1 lien privé
Activation du mod rewrite
Pour activer le mod rewrite, je vais utiliser la commande apache de gestion des mods a2enmod :
a2enmod rewrite
Le système va nous confirmer la bonne activation du module :
Enabling module rewrite.
Run '/etc/init.d/apache2 restart' to activate new configuration!
Il convient de relancer apache afin qu'il prenne en compte la nouvelle configuration :
/etc/init.d/apache2 restart
Complete guide to installing a LAMP server on Linux Mint
https://www.fosslinux.com/137501/complete-guide-to-installing-a-lamp-server-on-linux-mint.htm
How to set up a LAMP (Linux, Apache, MySQL, PHP) stack on Linux Mint?
https://fosslinux.community/forum/installation/how-to-set-up-a-lamp-linux-apache-mysql-php-stack-on-linux-mint/
How To Install LAMP on Linux Mint 22
https://idroot.us/install-lamp-linux-mint-22/
Installing LAMP (Linux, Apache, MySQL and PHP) On Linux Mint
https://community.linuxmint.com/tutorial/view/486
How to Install LAMP Stack on Linux Mint
https://vitux.com/how-to-install-lamp-stack-on-linux-mint/
How To Install phpMyAdmin on Linux Mint 22
https://idroot.us/install-phpmyadmin-linux-mint-22/
Install & Configure Apache PHP MySQL PhpMyAdmin on Linux Mint
https://forums.linuxmint.com/viewtopic.php?t=412363
Comment installer (Apache, PHP, MySQL, phpMyAdmin) sur Linux Mint
https://fr.linux-console.net/?p=8531
PHP server on local machine?
https://stackoverflow.com/questions/1678010/php-server-on-local-machine
How to Install PHP on Linux Mint 22, 21 or 20
https://linuxcapable.com/how-to-install-php-on-linux-mint/
Apache HTTP Server est un serveur web open-source très populaire utilisé par des millions de sites web à travers le monde. Sa flexibilité, sa robustesse et sa capacité à gérer une grande variété de tâches en font un choix privilégié pour les administrateurs systèmes. Dans ce guide, je vais vous guider à travers l'installation, la configuration et la gestion d'apache. Vous apprendrez à mettre en place un serveur web performant et sécurisé, à utiliser les fonctionnalités avancées d'apache et à résoudre les problèmes courants que vous pourriez rencontrer. Que vous soyez débutant ou administrateur expérimenté, ce guide est conçu pour vous fournir les connaissances nécessaires pour maîtriser apache.
How To Install the Apache Web Server on Ubuntu 20.04
https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-20-04
Deploying an Application Using Apache as a Web Server
https://dev.to/iaadidev/deploying-an-application-using-apache-as-a-web-server-1f9j
Steps To Run PHP 8.3 on Linux Mint 21
https://orcacore.com/run-php83-linux-mint21/
This guide shows how to install Apache, MySQL/MariaDB, and PHP with the required PHP modules, on RHEL-based distributions such as Fedora, Rocky, and Alma Linux.