請幫我寫一個正則表達式以滿足以下要求。perl redirectmatch正則表達式
PATTERN寫在Apache的httpd.conf
RedirectMatch ^/$ https://demo.test.com/xyz/test/DemoWelcomePage
我已經重寫模式匹配,但在Perl失敗。
$ FS_URL =「demo.test.com」; 使用grep搜索模式 - 「RedirectMatch \ s \^\ \ $ \ s(https \ | http)\://($ FS_URL)。」「
您能否糾正我的正則表達式條件。
謝謝。
我不明白,你是什麼想。請給出一個簡單的url和重定向url的例子。你創建了什麼正則表達式? – user4035