InitialSetupTasks-Talk

Can I just point out that I HAD to change the pmwiki.php to "index.php" in order to get my wiki to work! So I don't understand why there's this text about "don't change the name pmwiki.php"... if I hadn't, I wouldn't have a site!

~promsan

It is recommended to create a new file index.php which contains this only line:

 <?php include('pmwiki.php');

with <?php first thing on that line, no preceding spaces. This file actually calls pmwiki.php. --Petko

Yup, I did it and it works fine with the index.php redirecting; it didn't like having the pmwiki.php renamed as "index.php" though.

Promsan July 16, 2009, at 06:12 AMPromsan

Being less implicit would make life easier

See discussion on PITS:01173 (disable style= attribute) and PITS:00027 (Table of contents).


This is a talk page for improving PmWiki.InitialSetupTasks.