Thứ Năm, 27 tháng 6, 2024

.htaccess rewrite rule change '/' to '?'

Details: .htaccess rewrite rule change '/' to '?'
http://mydomain.com/myservices/support
to
http://mydomain.com/myservices?support
 

Solution:
<IfModule mod_rewrite.c>
    RewriteRule ^myservices/(.*)$ /myservices?$1 [R=301,NC,L]
</IfModule>

0 nhận xét:

Đăng nhận xét