Let's say I have mysite.com/folder and it's .htaccess forces you to login.
I have an alias created for mysite.com/alias that is an alias of mysite.com/folder
Is there a way I can make it so that people going to mysite.com/alias, don't have to login through the .htaccess in mysite.com/folder?
I tried this, but it did nothing.
<directory "alias">
allowoverride all
</directory>