简体   繁体   中英

Is there a way to change all the page link url according to browser url?

any how i have manage to create dynamic subdomain and my url like [ http://go.stackoverflow.com/]

but all the links of the page are remain [ https://stackoverflow.com/]

but i want to change all the links of my page on load to

[ http://go.stackoverflow.com/]

any javascript, jquery or php ?

thank you.

Use only /path-to-page in html. Not hardcoded path like http://domain.com/path-to-page

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM