hi, how to include a page in a www homesite?
I use www.mydomain.com/taviwiki to edit various page
and I would to include in mydomain.com for made a
dinamic site easy to update.
I search to know how I can get the information of an
specific page.
thanks for this great wiki :)
Logged In: YES
user_id=747878
I don't understand your question. If www.mydomain.
com/taviwiki works and produces the pages you want, then
what do you want at mydomain.com?
If you want mydomain.com to refer to www.mydomain.com it's
an issue with your ISP. And if you want www.mydomain.com
to directly point to the wiki, then you most probably need to
do some URL Rewriting (as described on web site).
Please clarify your question, if this response is of no help.
Logged In: YES
user_id=1041140
hi, I know that mailtommy request, I've the same feature-
request :). I try to explain:
I have taviwiki installed on my site at url:
http://www.mywebsite.com/taviwiki
in the wiki I've created two pages "MyMemo"
and "ItomCommunications"
Well, now I can edit simply this two pages with the tavi wiki
for example to edit "MyMemo" ->
http://www.mywebsite.com/taviwiki/index.php?
action=edit&page=MyMemo
Now I want to isert the Text of this page "MyMemo" on my
website inside a <table> (like an echo of a $var)
Is possible to made a script that put in a $var the text of a
wiki pages (MyMemo)?
thanks
itom_bo
Logged In: YES
user_id=1041140
ok, now explain again:
I've a domain with my normal (non wiki) php pages
http://www.cippalippa.it
I've installed sucesfully TaviWiki in my home site:
http://www.cippalippa.it/taviwiki
I've created in my taviwiki a page:
http://www.cippalippa.it/taviwiki/index.php?page=BaulanWiki
Now I want to include in my main site
http://www.cippalippa.it in a "table" for example the text
of the page created with wiki
http://www.cippalippa.it/taviwiki/index.php?page=BaulanWiki
you understand?
with this feature evry time I change the wiki -> change the
text of table.
thanks
itom_bo
Logged In: YES
user_id=1041140
hi holroy,
the issue is more simple that you imagine.
I've taviwiki installed sucesfully in www.mydomain.it/taviwiki
and I want to put the text of one wiki page in a php var;
when I put the "text of a specific taviwiki page" in a php
var (for example $textpagewiki) I want to use it in my main
site -> www.mydomain.it
I ask this for update automatically sections of text of my
main site when edit the taviwiki specific page.
is clear?
all for making a dinamic site