How to redirect domain to subdirectory without changing URL
-
c2ceylon.com is my primary domain , so i want to redirect to public_html/c2ceylon/public without changing the url (c2ceylon.com)
-
@bala
hope this link will help you https://forums.bagisto.com/topic/1546/issue-in-live-server/10 -
iam tired of this ma'am..not working
-
i did but not working https://prnt.sc/tiv3c2
-
@bala
once check this configuration on your server https://forums.bagisto.com/topic/77/admin-login-route-not-found -
@bala said in How to redirect domain to subdirectory without changing URL:
c2ceylon.com is my primary domain , so i want to redirect to public_html/c2ceylon/public without changing the url (c2ceylon.com)
i did this, simply add public_html / .htaccess
RewriteEngine On
RewriteRule ^(.*)$ sub_folder/public/$1 [L, NC, QSA]