1
Structure public_html -.htaccess -subdomain -codefolder
的子域應該看看codefolder但並沒有改變URL任務。可能嗎?重寫沒有改變URL
我嘗試
RewriteEngine on RewriteCond %{HTTP_HOST} subdomain.example.com RewriteCond %{REQUEST_URI} !^subdomain.example.com RewriteRule ^(.*)$ http://example.com/ [L]
但它肯定會導致在URL的變化,但我並不需要它。