julian_synesthesia
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress 1.2 Wiki Integrationstill wrong! extra <a being added by this support board, but I think the intention is clear!
Forum: Plugins
In reply to: WordPress 1.2 Wiki Integrationslight transcoding error in the .htaccess above – second rule should read
RewriteRule ^wiki$ http://mydomain/blog/wiki/ [L]Forum: Plugins
In reply to: WordPress 1.2 Wiki IntegrationHaving a problem with “decrufted” URLS…
In my WP directory .htaccess I have the following:
RewriteRule ^wiki/(.*)$ wikiwiki.php?id=$1 [QSA,L]
RewriteRule ^wiki$ http://mydomain/blog/wiki/ [L]
In the PHP script that calls ewiki I have the following:
define("EWIKI_SCRIPT", "");
define("EWIKI_SCRIPT_URL","http://mydomain/blog/wiki/");
Which works fine for browsing, e.g. a URL of /blog/wiki/HomePage but when I try to edit – the first call to edit works:
/blog/wiki/edit/HomePage
but when I hit save I get a URL of
/blog/wiki/edit/edit/Homepage and each subsequent operation tries to append another/editi.e. /blog/wiki/edit/edit/HomePage and so on…
Any ideas please??Forum: Themes and Templates
In reply to: Inline LinkblogBack now. The hosting company pages weren’t available either so I guess they had a major problem.