How can I create a URL that doesn't really exist? For example, https://twitter.com/i/notifications - works. When you remove the /notifications from the link you get https://twitter.com/i/ - Does not work. but this URL /i/ doesn't really exist.
How do I make something like that?
Thank you to everyone for helping!
Final solution:
RewriteRule ^/?i(/.*)?/company /company [L,NC]