Title: Md Nurullah's Replies | WordPress.org

---

# Md Nurullah

  [  ](https://wordpress.org/support/users/codepiolot/)

 *   [Profile](https://wordpress.org/support/users/codepiolot/)
 *   [Topics Started](https://wordpress.org/support/users/codepiolot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codepiolot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codepiolot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codepiolot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codepiolot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codepiolot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [wp-admin/install.php not loading on Windows 11](https://wordpress.org/support/topic/wp-admin-install-php-not-loading-on-windows-11/)
 *  [Md Nurullah](https://wordpress.org/support/users/codepiolot/)
 * (@codepiolot)
 * [1 week, 5 days ago](https://wordpress.org/support/topic/wp-admin-install-php-not-loading-on-windows-11/#post-18976302)
 * Actually, you were very close. The error indicates that Apache is serving PHP
   files as plain text, which means PHP is not connected to Apache properly. The
   next issue with `mysqli` means PHP is running but the MySQL extension is not 
   loaded.
 * Check:
    - Apache PHP module/FastCGI configuration
    - The active `php.ini` file (`php --ini`)
    - Whether `extension=mysqli` is enabled in the PHP configuration used by Apache
    - Restart Apache after changes

Viewing 1 replies (of 1 total)