.htaccess如何通过调用char来创建RedirectPermanent?

时间:2015-10-05 08:27:27

标签: regex apache .htaccess redirect

我的目标是创建永久重定向

http://example.com/category-/list/town/id/id2/country

http://example.com/category/list/town/id/id2/country

(从类别

中删除最后一个' - ' char(如果存在)

问候

1 个答案:

答案 0 :(得分:1)

您可以在根目录中使用此规则.htaccess:

GOBLINS.Controller.prototype.mainLoop = function() {
    var self = this;   

    this.M.getData(function(data){
        self.V.update(data);
    });

    if(this.V.input.movesRight == true){
        this.V.movement(this.M.images[0]);
    };