开发者

It's possible to rewrite submitticket.php being submit-ticket in .htaccess

开发者 https://www.devze.com 2023-02-24 06:33 出处:网络
I want to know how to change current URL http://domain.com/submitticket.php To 开发者_如何学编程be

I want to know how to change current URL

http://domain.com/submitticket.php

To 开发者_如何学编程be

http://domain.com/submit-ticket/

Let me know


RewriteRule ^submitticket/?$ /submit-ticket/

If you have no other things in you URL

RewriteRule ^submitticket/(.*)$ /submit-ticket/$1

If you have following information

0

精彩评论

暂无评论...
验证码 换一张
取 消