need htaccess help

Status
Not open for further replies.

ravim

Active Member
805
2011
157
5,970
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
RewriteRule ^$ ./.well-known [L]
</IfModule>

I want .well-known direct access not /public -every time I try with my domain.

What would be the right codes? Help me
 
Status
Not open for further replies.
Back
Top