Hi,
I'd like to make the default directory forward to /web/ but not showing the /web/ in the URL.
I used this in my .htaccess:
but you still see the /web/ in the URL. Is it possible to hide it?
Thanks.
I'd like to make the default directory forward to /web/ but not showing the /web/ in the URL.
I used this in my .htaccess:
| Code: |
| RewriteEngine on
RewriteRule ^$ /web/ [R] |
but you still see the /web/ in the URL. Is it possible to hide it?
Thanks.
