FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13248 questions

15736 answers

25401 comments

49901 members

0 votes
97 views 0 comments
by
Hi,

I have a RUTX11 and i`m very pleased with it.
Is it possible to route a intern long webadress to a much easier shorter one. For example:
http://172.27.172.184:3000/plugins/signalk-node-red/redApi/ui/ to http://172.27.172.184:3000/node-red or even better http://node-red

Kind regards,

Marcel

1 Answer

0 votes
by

Hi,

You could just use Dynamic DNS services to access your IP through shorter words. But if that's an URL that you want to shorten, then you can create some kind of script or HTTP code that would redirect you to your wanted page on your device. Insert it in /www/cgi-bin/ directory (you will be able to access it like that: http://172.27.172.184/cgi-bin/somekindofscript.php ).

Hope this helps.

EB.