I have the following URL:
http://<site>/application/views/ambiente_teste/assets-teste/...
And I wanted to re-add it to:
http://<site>/assets-teste/...
I tried the following in my .htaccess:
RewriteRule ^assets-teste/?$ /application/views/ambiente_teste/assets-teste [NC,L]
But I'm not very experienced at it, so I wonder if anyone has a solution.
Thanks ^^