From: Alexander D. <me...@ea...> - 2003-03-08 19:51:53
|
As a follow up to my previous question about trouble accessing my phpwiki files from the internet... Could changing the line 'dsn' => 'mysql://wikiuser:mypassword@localhost/phpwiki', to 'dsn' => 'mysql://wikiuser:mypassword@/phpwiki', be the answer? To clarify, I had trouble accessing my phpwiki site from the internet because the links would put "http://mycomputername.local/" before the "phpwiki/nameofmywikipage" instead of putting "http://myipaddress/". This allowed me to access my phpwiki from my local network, but the links would not work if I accessed my phpwiki from the internet. From the internet, I could access my wiki pages by manually typing in "http://myipaddress/phpwiki/nameofmywikipage", but the mechanism to have the links work correctly was not working right. Alexander |