Loading...
 
Skip to main content

View Articles

List Articles

Tiki Wiki SEO, Sitemap Issue and Solution

Bernard Sfez - 2024-08-06 09:57

From Tiki Wiki versions 25.x to 27.0 the sitemap feature may generate an incorrect URL for submission to search engines. Specifically, the URL points to tiki-sitemap.php?file=sitemap-index.xml, which can cause errors when submitted to Google Search Console.

To use the sitemap feature, ensure the "Sitemap Protocol" is enabled:

  1. Navigate to Settings → Control Panels → General Settings → Navigation Admin Panel (direct URL: /tiki-admin_sitemap.php).
  2. Additional settings and explanations about the Tiki sitemap can be accessed via the gear icon (settings button) on the same page.


You will find the URL intended for submission to search engines, but it is incorrect. OpenSource Solutions provides a detailed guide on how to resolve this issue.

Future versions of Tiki (from Tiki27.1) introduce a new panel under Advanced → SEO Preferences

Tiki Wiki installation on Linux 2024 (Debian 12)

Bernard Sfez - 2024-04-17 09:45

Through this comprehensive guide learn how to setup your Debian 12 server and everything needed to install and maintain multiple Tiki Wiki websites or applications. This concise tutorial covers the entire process, from upgrading your Debian Linux operating system to publish your TikiWiki website. This step-by-step walkthrough will cover MariaDB, installing different PHP versions, installing Webmin and Virtuamin control panel, setup and use Git, set an SSL certificat and finally publish your Tiki Wiki website online.

Understanding DoS and DDoS Attacks: Their Impact, Trends, and Mitigation Strategies

Bernard Sfez - 2024-02-06 10:00

Denial of Service (DoS) and Distributed Denial of Service (DDoS) attacks are among the most disruptive cybersecurity threats faced by businesses and governments alike. These attacks involve overwhelming a system with excessive traffic to render it inaccessible, thereby causing significant service disruptions. While DoS attacks are typically launched from a single source, DDoS attacks leverage a multitude of sources, making them much more difficult to mitigate.

Recent trends indicate a surge in such attacks, with a notable example being the 2023 HTTP/2 protocol exploit that saw major tech giants like Google and Amazon fend off record-breaking levels of traffic.

This article explores these threats and outlines key strategies for mitigating risks, such as the use of DDoS protection services, network security protocols, secure authentication methods, proactive monitoring, and more. By implementing these strategies, businesses can significantly reduce their vulnerability to such attacks and safeguard critical infrastructure.

Troubleshooting Tiki Wiki, Requirements and Server settings

Bernard Sfez - 2022-01-13 21:20

In this Tiki Express Tutorial we'll see together where to find Tiki Requirements, how we can display php, mySQL and the servers settings from Tiki23.

This is the first of a mini-series to help admin when their Tiki is not working as expected.

In this TikiWiki tutorial we will focus on requirements and Tiki server check.

Tiki New Unified Admin Backend

Bernard Sfez - 2021-12-21 20:58

In this Tiki Express Tutorial we'll see together the new Unified Admin Backend that has been introduced in Tiki23.

I will also show you how to customise your new dashboard and install the default modules that come with the new panel.

This video has CC and subtitles in French and Hebrew.

Tiki and Git, fork and merge request

Bernard Sfez - 2020-06-12 21:10

In this Tiki Express tutorial we’ll review together;
*How to create your project at Gitlab
*A quick explanation about Security and Gitlab
*How to mirror the Tiki repo in your project
*An overview of the workflow
*How to install a local Tiki
*How to create your branch
*How to commit your code
*How to push it into your fork
*How to select you default branch
*How to create a merge request on the Tiki repository