开发者

redirect ID numbers to sub domain

开发者 https://www.devze.com 2023-01-17 23:55 出处:网络
www.mydomain.com/1233.htmlthis is开发者_运维百科 the main topicwhich we have in the website and i needremove my script from this site and who ever will enter this link will be redirected to the link b

www.mydomain.com/1233.html this is开发者_运维百科 the main topic which we have in the website and i need remove my script from this site and who ever will enter this link will be redirected to the link below

myprogram.mydomain.com/v2/1233.html

what is the process on doing so and the setup required for the file below ? .htaccess


The following should be put in your document root. Uncomment the first line if you want it to match www.example.com only, and not example.com or myprogram.example.com

#RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^/(\d+\.html)$ http://myprogram.example.com/v2/$1 [L]
0

精彩评论

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

关注公众号