Skip to content

Instantly share code, notes, and snippets.

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^sub\.yourdomain\.com$ [NC]
RewriteCond %{REQUEST_URI} !^/sub [NC]
RewriteRule ^(.*)$ /?x=$1 [L