在 Dreamhost 上重写 URL

在 Dreamhost 上重写 URL

我正在尝试重写 Dreamhost 提供的网站的 URL。因此,基本上我想执行以下操作:

  • 仅重写以 x 开头的 URL!
  • 类似 http:// domain.com/x23 的 URL 应该重写为 http:// domain.com/index.php/lookup/code/x23

当然不显示重写的 URL!

我尝试过这个:

RewriteEngine On
RewriteRule ^(x[0-9a-z])$ index.php/lookup/code/$0 [L]

但它似乎不起作用。

谢谢,马克斯

答案1

答案2

或许可以帮助。

相关内容