I have two websites:
http://example.com http://example.com/sub
I have a page, let's say:
Is there any way (using .htacces) to make it possible to access page1 via this url:
Redirect 301 won't do the work, because I don't need redirects. Is there any way to omit '/sub/' for certain urls, like http://example.com/sub/page1 ?