Hi,
after resolving the "LOCK TABLES"-Problem by uncommenting these functions, phpwiki boots up correctly.
But clicking a link, i get this ass adress:
"http://www.schifflange.lu/hms/phpwiki/index.php/hms/phpwiki/index.php?action=edit"
And the Webserver (IIS) returns this:
"<head><title>Error in CGI Application</title></head>
<body><h1>CGI Error</h1>The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:<p><p><pre></pre>"
When I correct the link to:
"http://www.schifflange.lu/hms/phpwiki/index.php?action=edit"
everything works fine.
So how can I cut this second "/hms/phpwiki/index.php" off?
Hi,
after resolving the "LOCK TABLES"-Problem by uncommenting these functions, phpwiki boots up correctly.
But clicking a link, i get this ass adress:
"http://www.schifflange.lu/hms/phpwiki/index.php/hms/phpwiki/index.php?action=edit"
And the Webserver (IIS) returns this:
"<head><title>Error in CGI Application</title></head>
<body><h1>CGI Error</h1>The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:<p><p><pre></pre>"
When I correct the link to:
"http://www.schifflange.lu/hms/phpwiki/index.php?action=edit"
everything works fine.
So how can I cut this second "/hms/phpwiki/index.php" off?
Get phpinfo() at this adress:
http://www.schifflange.lu/hms/testmysql.php
Thanks for the reply.