Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : AWFLWIKIWORLD



Threaded Mode | Print  

 AWFLWIKIWORLD, AWFLWIKIWORLD is a lightweight, database-free, MediaWiki-style wiki engine built in plain PHP (3 Replies, Read 526 times)
aedtpworld
Group: Member
Post Group: Newbie
Posts: 13
Status:
Hi, I am Emmanuel Deliver Amable, Founder of AEDTP WORLD.
We are submitting our latest work.
Please approve, so everyone can use it.
Thank You .
IP: --   

AWFLWIKIWORLD
aedtpworld
Group: Member
Post Group: Newbie
Posts: 13
Status:
AWFLWIKIWORLD
updated v2
IP: --   

AWFLWIKIWORLD
aedtpworld
Group: Member
Post Group: Newbie
Posts: 13
Status:
AWFLWIKIWORLD V2-Updated for Release and Free Installation

AWFLWIKIWORLD is a self-contained, MediaWiki-style wiki engine built in plain PHP. It stores every page as a plain text file, every user as a JSON record, and every visual style as a CSS file — no database, no build step, no external dependencies. Copy the folder onto any PHP 8.3 server (or run it on localhost), fill in one configuration file, and you have a working wiki.

This page explains what AWFLWIKIWORLD is, why it exists, how it is built, and how to use every part of it — as a visitor, as a registered user, and as the administrator.
IP: --   

AWFLWIKIWORLD
aedtpworld
Group: Member
Post Group: Newbie
Posts: 13
Status:
awflwikiworld v2-updated fixed for installation
To install AWFLWIKIWORLD v2 (Updated & Fixed), use the following guide. Because this lightweight MediaWiki alternative is flat-file and database-free, installation requires editing only a single file.PrerequisitesPHP 8.3 or higher installed on your server or local machine.An Apache web server (optional, required if you want clean URLs).Step-by-Step Installation1. Upload the FilesCopy the entire updated wikiworld folder onto your server or into your local development environment folder.2. Configure the WikiOpen config.php in a text editor. This is the only file you need to modify by hand to get a fully working wiki. Update the following variables:$Server: Enter the exact base URL you will use to reach your wiki. Do not leave this blank. Auto-detection is intentionally disabled to prevent breaking reverse proxies or subfolders.Example local: http://localhost:8099Example production: https://example.com/wiki$Sitename, $MetaTitle, and $MetaDescription: Fill these out to customize your wiki's branding and SEO metadata.$Username and $Password: Set your desired administrator credentials.3. Choose your URL Routing Mode ($route)The $route variable in config.php controls how your page addresses look:Route ModeURL Format StructureServer Requirements"0" (Default)://yourdomain.comWorks out-of-the-box on any server configuration."1"://yourdomain.comRequires Apache, mod_rewrite, and AllowOverride All enabled via the provided .htaccess file."2"://yourdomain.comObfuscated routing; uses .htaccess to block direct downloads of raw .txt content files.4. Launch the SiteNavigate to your URL ($Server/index.php) in any browser. You should see your live Main Page built with the vector2022 theme.Troubleshooting Note: If you see an error stating the wiki "is not configured yet", double-check that the $Server string variable is correctly filled in inside config.php and reload.
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is September 24, 2026, 8:27 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.006