Remove "/public"
|
5 posts
|
I am trying to have my URL as small as possible and I wanted to know if its possible to remove “/public”? For example right now I have: site.com/public/images but instead I would want site.com/images how do I do this? |
|
257 posts
|
simply move the folder to where you want and be sure to go through the admin section of of your site and change all the links to the new image location… |
|
5 posts
|
how would I back out frmo public/ in the file manager tho? Is there a way to set the root folder for the file manager? |
|
651 posts
|
Jayme… you can set the file manager’s root in it’s index.php file. I’d advise against removal of the public directory though… it creates a lot of potential problem just for a slightly shorter url. |
|
5 posts
|
k thx 4 the reply! guess ill leave it then |