SQLite Testing

  • Login
  • Registration
  • Changes
  • Index
  • Random
  • View
  • Source
  • Revisions
  • more▼
    • Print Print
    • Referrers Referrers
Home Page > Routing Test

Routing Test


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


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]	
  • 11/27/2025 15:45
  • Owner: WikiAdmin