htaccess重定向将文本添加到url

时间:2018-12-17 18:39:06

标签: .htaccess redirect

我将此代码添加到我的.htaccess文件中,该文件位于https://www.revealio.com/agora

Redirect 302 / https://sales.revealio.com/agora?r_done=1

这应该将其重定向到代码中的子域。问题是它重定向到:https://sales.revealio.com/agoraagora

为什么要在网址末尾添加另一个agora。我怎样才能解决这个问题。我尝试注释掉位于https://www.revealio.com/agora的.htaccess文件中除重定向以外的所有内容。我也尝试过这些:

Redirect 302 / https://sales.revealio.com/agora
Redirect 302 / https://sales.revealio.com/agora/

1 个答案:

答案 0 :(得分:1)

使用<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.v7.widget.CardView android:id="@+id/abc" android:layout_width="match_parent" android:layout_height="150dp" app:layout_constraintTop_toTopOf="linearLayout" app:layout_constraintBottom_toTopOf="linearLayout"/> <LinearLayout> ....Your Layout Code..... </LinearLayout/> </android.support.constraint.ConstraintLayout> 代替RedirectMatch进行基于正则表达式的精确匹配:

Redirect

请确保从新浏览器进行测试或完全清除浏览器缓存。