0
我需要配置一個特定的url重寫配置,我找不出來。只是不知道是否有人能幫助Apache url重寫規則
我需要重寫http://city-business.domain.com/ *到HTPP://city.domain.com/business/*
我真的希望這是可能的...
謝謝, 帕維爾
我需要配置一個特定的url重寫配置,我找不出來。只是不知道是否有人能幫助Apache url重寫規則
我需要重寫http://city-business.domain.com/ *到HTPP://city.domain.com/business/*
我真的希望這是可能的...
謝謝, 帕維爾
試試這個規則:
RewriteCond %{HTTP_HOST} =city-business.example.com
RewriteRule^http://city.example.com/business%{REQUEST_URI} [L,R=301]