重写规则无法正常工作

时间:2014-10-16 10:22:37

标签: php wordpress .htaccess url-rewriting url-shortener

我有一个自定义页面(test.aleemakhter.com/wp-content/plugins/camophoto/template/login.php)。我想像这样更改其URL(test.aleemakhter.com/login)

我已成功完成此代码:

RewriteRule ^login/?$ wp-content/plugins/camophoto/template/login.php [L]

但是当我打开(test.aleemakhter.com/wp-content/plugins/camophoto/template/login.php)网址时,它没有变成(test.aleemakhter.com/login)。它在某种程度上工作正常,但不是以其他方式。我认为你遇到了我的问题。

我尝试过这段代码,但却让浏览器感到困惑

RewriteRule ^wp-content/plugins/camophoto/template/login.php(.*)$     
http://test.aleemakhter.com/login/$1 [R=301,L]
RewriteRule ^login/?$ wp-content/plugins/camophoto/template/login.php [L]

Plzz帮帮我。

1 个答案:

答案 0 :(得分:0)

重置.htaccess文件后尝试使用此插件。

  1. 重命名wp-login.php:http://wordpress.org/plugins/rename-wp-login/

  2. HC自定义WP-Admin网址:http://wordpress.org/plugins/hc-custom-wp-admin-url/