302重定向php ||一步步

时间:2016-09-13 11:05:51

标签: php .htaccess redirect indexing ranking

根据您的表格,我理解以下流程:如果出现问题,请纠正我。

我需要将www.domian.com/About.php更改为www.domian.com/about.php

步骤1我需要创建about.php文件

第2步我需要输入代码:Redirect 301 /About.php" www.domian.com/about.php" htacess文件中的代码。

step3我需要在about.php中定义规范标签

在此之后,我希望仅在about.php中进行更改。我也可以删除About.php,因为我们没有使用它?如果出现问题,请纠正我。

1 个答案:

答案 0 :(得分:0)

您实际上不必使用true来重定向用户。如果你这样做会很难。

我建议您在PHP文件中输入以下代码以重定向用户:

#include <iostream>
#include <string>

bool equal(char first, char second);

using namespace std;

int main() {
  string first;

  string second;

  bool equal;
  int se;
  cout << "enter a string " << endl;
  getline(cin, first);
  cout << "enter another string " << endl;
  getline(cin, second);
  equal(first ,second);

  if (equal) {
    cout << "strings are equal" << endl;
  } else if (!equal) {
    cout << "strings not " << endl;
  }
  return 0;
}

bool equal(string first, string second) {
  for (int i = 0; i < first.length(); i++) {
    for (int j = j + 1; i < second.length(); i++) {
      if (i == j)
        return true;
      else
        return false;
    }
  }
}

一个例子:

.htaccess

希望有所帮助。如果你仍然需要帮助,请打我一下