PukiWiki is a popular wiki software written in PHP. This tutorial will guide you through the process of installing PukiWiki on a Windows 11 machine.
Before proceeding, make sure the following requirements are met:
httpd.conf
file for Apache.LoadModule rewrite_module modules/mod_rewrite.so
LoadModule php7_module "C:/Program Files/PHP/php7apache2_4.dll"
AddHandler php7-script php
DocumentRoot
to the PukiWiki directory.DocumentRoot "C:/path/to/pukiwiki"
<Directory "C:/path/to/pukiwiki">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
config
directory in PukiWiki.config.ini.php.default
to config.ini.php
.config.ini.php
according to your needs.$base_url
variable to the URL of your wiki.$base_url = "http://localhost/pukiwiki/";
http://localhost/
.install.php
file for security.Congratulations! You have successfully installed PukiWiki on a Windows 11 machine. You can now start using and customizing your wiki.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!