Friday 25 October 2019

html - How to Immediately (automatically) Link to Another Page

I have an web address rush.rocksolidpromotion.com (which is an empty page now) but the content is on the address rush.rocksolidpromotion.com/rush/home.html So how can I put a link on the first address rush.rocksolidpromotion.com that can automatically send the user to the page that has the content?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...