How to create an App (Tile) on the My Apps Dashboard with a redirect?
-
I got a user request to add a "Tile"/app to the My Apps Dashboard that only leads to an external URL (our NAS in this case).
How can I do that easily?
(I tried Surfer but php neither htaccess redirections worked)
-
What @fbartels said. Put this in index.html or surfer (replace url):
<!DOCTYPE html> <html> <head> <title>HTML Meta Tag</title> <meta http-equiv = "refresh" content = "2; url = https://www.cloudron.io" /> </head> <body> <p>Will redirect shortly to https://www.cloudron.io/.</p> </body> </html> -
I got a user request to add a "Tile"/app to the My Apps Dashboard that only leads to an external URL (our NAS in this case).
How can I do that easily?
(I tried Surfer but php neither htaccess redirections worked)
-
What @fbartels said. Put this in index.html or surfer (replace url):
<!DOCTYPE html> <html> <head> <title>HTML Meta Tag</title> <meta http-equiv = "refresh" content = "2; url = https://www.cloudron.io" /> </head> <body> <p>Will redirect shortly to https://www.cloudron.io/.</p> </body> </html> -
What @fbartels said. Put this in index.html or surfer (replace url):
<!DOCTYPE html> <html> <head> <title>HTML Meta Tag</title> <meta http-equiv = "refresh" content = "2; url = https://www.cloudron.io" /> </head> <body> <p>Will redirect shortly to https://www.cloudron.io/.</p> </body> </html>@girish I just tried doing that just to try it out, worked perfectly
-
What @fbartels said. Put this in index.html or surfer (replace url):
<!DOCTYPE html> <html> <head> <title>HTML Meta Tag</title> <meta http-equiv = "refresh" content = "2; url = https://www.cloudron.io" /> </head> <body> <p>Will redirect shortly to https://www.cloudron.io/.</p> </body> </html> -
M marcusquinn referenced this topic on
-
M marcusquinn referenced this topic on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login