SQLite Testing: Routing Test

https://wackowiki.org/test     Version: 4 (07/03/2026 19:05)

Routing Test



Sitemap: https://wackowiki.org/test/xml/sitemap.xml

RewriteEngine On

# Redirect www to non-www, preserving the full path and query string
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]