Reg表达式 - URL重定向

时间:2016-09-05 16:11:02

标签: wordpress .htaccess

我有一个网址

<TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Spinner Control" android:padding="20sp" android:background="#f00" android:textSize="15sp" android:textColor="#fff" style="@style/Platform.AppCompat.Light" /> <Spinner android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="10sp" android:id="@+id/spinner_con_1" /> <Spinner android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="10sp" android:id="@+id/spinner_con_2" /> <Spinner android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="10sp" android:id="@+id/spinner_con_3" /> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/txtResult" android:layout_margin="10sp" android:textSize="30sp" android:textColor="#f00" /> <Button android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/btnSubmit" android:layout_margin="10sp" android:text="Submit" android:background="#f00" android:textColor="#fff" style="@style/Platform.AppCompat.Light" android:textSize="20sp" />

http://www.meadowsryan.co.uk/team/piers-meadows/

http://www.meadowsryan.co.uk/team/david-rogers/

我想使用通配符regexpr,以便所有网址都转到

http://www.meadowsryan.co.uk/team/graham-hunt/ http://www.meadowsryan.co.uk/team/piers-meadows/?team_cpt=IMT_PAGE_TEMPLATE http://www.meadowsryan.co.uk/team/david-rogers/?team_cpt=IMT_PAGE_TEMPLATE

这是一个WordPress网站。我假设我可以将重定向规则放在我的http://www.meadowsryan.co.uk/team/graham-hunt/?team_cpt=IMT_PAGE_TEMPLATE文件

0 个答案:

没有答案
相关问题