Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

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.

Redirect URL

Featured Replies

Posted
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !.*\.(jpeg|jpg|gif|png|ico)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule /tutorials/article/447-how-to-use-the-console https://fearless-assassins.com/topic/91367-how-to-use-the-console-enemy-territory/
</IfModule>

I am trying to migrate all my tutorials to the topics but somehow 301 doesn't redirect doesn't work through htaccess. Can someone please help? 

RewriteRule . /index.php [L]

This means to match anything (the dot) that matches the previous rewrite conditions (which is basically anything that does not actually exist and does not appear to be an image) and route it to index.php. The [L] means it is the last rule and no other rules after will be checked.

If you just want to redirect that one specific URL, I would just use the Redirect .htaccess command.

https://linode.com/docs/web-servers/apache-tips-and-tricks/redirect-urls-with-the-apache-web-server/

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

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.