Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Broken Links

Featured Replies

Were the forums and the wiki moved recently? I find myself frequently clicking on links that no longer work.

 

For example, here is the support thread for rclone.

http://lime-technology.com/forum/index.php?topic=53365.0

It then redirects to

https://unraid.net/forum/index.php?topic=53365.0

Which gives a "File not found." error.

 

I don't recall the link, but I had a similar issue with a wiki link the other day.

 

I have a similar site and use an htaccess file to redirect all links to the correct site. If it helps, this htaccess file should work if placed in both forum folders.

 

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{HTTP_HOST} ^lime-technology.com/forum$ [OR]
  RewriteCond %{HTTP_HOST} ^unraid.net/forum$
  RewriteRule (.*)$ https://forums.unraid.net/$1 [R=307,L]
</IfModule>

 

This way all old links will still open up the correct threads. Hope this helps.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.