<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Weird ... when you type in a "clean URL directly"
(i.e.pmwiki.php/Main/Sandbox?action=edit), you are able to edit the
page) ... however, all the links direct you to pmwiki.php?n= i..e not
clean URL's, and "?action=edit" is changed to ActionEdit (or any
action, such as ActionPrint) and appended to the page name. I'd first
check config.php to make sure ?n= isn't appended to pmwiki.php in the
script location and that clean URL's are enabled. If that doesn't
provide the fix, then you need to look at mod_rewrite or .htaccess ...<br>
<br>
Russ<br>
<br>
Kathryn Andersen wrote:
<blockquote
cite="mid20060814031647.GA14606@katla.katspace.homelinux.org"
type="cite">
<pre wrap="">On Sun, Aug 13, 2006 at 07:40:20PM -0700, Dave Whitney wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> I've installed pmwiki on a server, FC4... lighttpd webserver, php 5.something installed. I've got pmwiki seemingly working, yet when I try to practice in the sand box, I get the following: (what am I doing wrong? thx, Dave)
Main /
WikiSandboxActionEdit
The page "Main.WikiSandboxActionEdit" doesn't exist. (Create Main.WikiSandboxActionEdit)
</pre>
</blockquote>
<pre wrap=""><!---->
Hmm, the page should be
Main.WikiSandbox
and the action should be "edit"
So it should be something like
<a class="moz-txt-link-freetext" href="http://www.example.com/pmwiki?n=Main.WikiSandbox&action=edit">http://www.example.com/pmwiki?n=Main.WikiSandbox&action=edit</a>
or, if you are using CleanUrls
<a class="moz-txt-link-freetext" href="http://www.example.com/pmwiki/Main/WikiSandbox?action=edit">http://www.example.com/pmwiki/Main/WikiSandbox?action=edit</a>
How are you trying to access the sandbox?
Kathryn Andersen
</pre>
</blockquote>
</body>
</html>