【问题标题】:how can i change url in one word怎么用一个词改变网址
【发布时间】:2016-11-04 16:46:56
【问题描述】:

【问题讨论】:

  • 你的意思是“从当前 url 中删除一个目录”吗?
  • @starkeen yes 删除“ad”字中的当前目录谢谢

标签: .htaccess url-rewriting


【解决方案1】:

要将 /report/dir/foobar 重定向到 /report/foobar ,您可以使用以下重定向:

Redirect 301 /report/dir/ /report/

【讨论】:

  • 我当前的 htaccess 正在更改但显示页面重定向 eroor RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{ REQUEST_FILENAME} !-d 重写规则。 /index.php [L] # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !- d 重写规则。 /index.php [L] 重定向 301 /report/ad/ /report/ #END WordPress
  • 页面重定向不正确
  • 尝试重新排序规则,将重定向放在顶部,并在重新测试之前清除浏览器缓存
  • 你的 htaccess 中还有其他指令吗?
  • 我删除了 htacess 中的其他东西,但同样的问题存在
猜你喜欢
  • 2014-10-25
  • 1970-01-01
  • 1970-01-01
  • 2013-01-06
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2019-03-03
相关资源
最近更新 更多