Skip to main content

Wikiwig installation problem: http vs https

I installed wikiwig, and I went through setup and it said it was all ready to go. Then I went to index page, everything looks fine.

But when I tried to click "admin" button, nothing responded. Because the browser saved the password, I was kept login, noway to logout. So I changed browser, it shows guest instead of admin. But when I click guest, nothing happened, either.

I thought it might be the problem of login security check, use https method instead of http, but the free web hosting server doesn't support https, this caused the problem.

I deleted the folder and cleared up the database, reinstalled the wikiwig, configure as follow:

HTTP/HTTPS: HTTP
New User Approval: Admin
Captcha: phpCaptcha
Mail Server Setup: None


If your server doesn't support https, it's very important change HTTP to HTTPS, default was HTTPS.

My wiki is up and running now :-)

Comments

Blogger said…
BlueHost is definitely one of the best web-hosting company with plans for any hosting requirements.

Popular posts from this blog

How to Input Phonetic Symbols (IPA) in Google Docs

You can insert special characters by clicking "Insert" on the menu, then click the "Ω Special Characters", the choose "Latin" category from the drop-down menu, and then Phonetics (IPA) sub-category. Insert Special Characters in Google Docs There is a short-cut for inputting some IPA symbols which you use them frequently. Automatic Substitution in Google Docs similar to Auto Correct in MS Word. You can replace common acronyms, misspellings and other symbols. So you can set auto-replace for your IPA symbols, for example, "e<" for "ɛ", "o/" for "ø", "o>" for "ɔ" etc. Automatic Substitutions in Google Docs

Problems of Automatically Update Wordpress 2.7 to 2.71

I use byet freehost  for my Simple Machine forum , and Wordpress blog . I feel quite happy that I can automatically update SMF forum, but had problems of automatically update my W ordpress blog, the error message is: Unable to locate WordPress directory. Installation Failed There is some discuss in byet forum , but without satisfied answers. Any help, please?

How to stop Freenet?

How to stop or temporally shutdown Freenet? On Windows, you may find "stop freenet" in Freenet Tray. On Ubuntu, or other Linux system, go to your Freenet folder, run a command inside the terminal: FreenetUser@ubuntu:~/Freenet$ ls *.sh run.sh  update.sh You can see run.sh command, run.sh have six options, one of them is to stop the Freenet: FreenetUser@ubuntu:~/Freenet$ ./run.sh ? Usage: ./run.sh { console | start | stop | restart | status | dump } FreenetUser@ubuntu:~/Freenet$ ./run.sh stop Stopping Freenet 0.7... Waiting for Freenet 0.7 to exit... Stopping Freenet 0.7... Stopped Freenet 0.7. This is how you to stop the Freenet on Ubuntu.