I need to change my Sulu admin URL from domain/admin to domain/something. What are the files I need to change?
I tried like this:
RewriteRule ^admin/ %{ENV:BASE}/admin.php [L]
RewriteRule ^admin$ %{ENV:BASE}/admin.php [L]
but I've struggled with this. I have no idea about this problem.